Uses of Interface
net.sf.mmm.util.collection.api.LinkedNode

Packages that use LinkedNode
net.sf.mmm.util.collection.api Provides the API for utilities that help to dealing with Collections
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
 

Uses of LinkedNode in net.sf.mmm.util.collection.api
 

Classes in net.sf.mmm.util.collection.api with type parameters of type LinkedNode
 interface LinkedNode<V,NODE extends LinkedNode<V,NODE>>
          This is the interface for a node of a linked list.
 

Subinterfaces of LinkedNode in net.sf.mmm.util.collection.api
 interface DoubleLinkedNode<V,NODE extends DoubleLinkedNode<V,NODE>>
          This is the interface for a node of a double linked list.
 

Uses of LinkedNode in net.sf.mmm.util.collection.base
 

Classes in net.sf.mmm.util.collection.base that implement LinkedNode
 class AbstractLinkedNode<V,NODE extends AbstractLinkedNode<V,NODE>>
          This is the abstract base-implementation of the LinkedNode interface.
 class BasicDoubleLinkedNode<V>
          This is a basic implementation of the DoubleLinkedNode interface.
 class BasicLinkedNode<V>
          This is the basic implementation of the LinkedNode interface.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.