Uses of Package
net.sf.mmm.util.collection.base

Packages that use net.sf.mmm.util.collection.base
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
net.sf.mmm.util.io.base Contains public implementations that help to read and write data, process bytes, etc. 
net.sf.mmm.util.lang.api Provides the API for utilities of general purpose. 
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
net.sf.mmm.util.pojo.path.base Contains the base-implementation of the PojoPath API. 
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
net.sf.mmm.util.xml.base Contains the base-implementation of the XML-Util API
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.cli.base
BasicDoubleLinkedNode
          This is a basic implementation of the DoubleLinkedNode interface.
NodeCycle
          This class is used to detect and represent a cyclic dependency of nodes.
NodeCycleException
          A NodeCycleException is thrown if a chain of nodes has a cyclic dependency.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.collection.base
AbstractBlockingQueueFactory
          This is the abstract base implementation of the BlockingQueueFactory interface.
AbstractClassHierarchieMap
          This is the abstract base class for a simplified Map that associates elements (<E>) with Class objects.
AbstractConcurrentMapFactory
          This is the abstract base implementation of the ConcurrentMapFactory interface.
AbstractDequeFactory
          This is the abstract base implementation of the DequeFactory interface.
AbstractIterator
          This is an abstract base implementation of the Iterator interface.
AbstractLinkedNode
          This is the abstract base-implementation of the LinkedNode interface.
AbstractListFactory
          This is the abstract base implementation of the ListFactory interface.
AbstractMapFactory
          This is the abstract base implementation of the MapFactory interface.
AbstractQueueFactory
          This is the abstract base implementation of the QueueFactory interface.
AbstractSetFactory
          This is the abstract base implementation of the SetFactory interface.
AbstractSortedMapFactory
          This is the abstract base implementation of the SortedMapFactory interface.
AbstractSortedSetFactory
          This is the abstract base implementation of the SortedSetFactory interface.
AbstractTreeNode
          This is the abstract base implementation of the TreeNode interface.
BasicDoubleLinkedNode
          This is a basic implementation of the DoubleLinkedNode interface.
EmptyIterator
          This is an implementation of the Iterator interface that is always empty.
NodeCycle
          This class is used to detect and represent a cyclic dependency of nodes.
RankMap.Ranking
          This inner class represents the RankMap.Ranking.rank of an element.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.io.base
RankMap
          This class is like a Map that maps elements (<E>) to an int value that represents the rank of the according element.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.lang.api
AbstractIterator
          This is an abstract base implementation of the Iterator interface.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.pojo.descriptor.base
AbstractSimpleMap
          This is the abstract base implementation for a simple Map.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.pojo.descriptor.impl
AbstractIterator
          This is an abstract base implementation of the Iterator interface.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.pojo.path.base
AbstractSimpleMap
          This is the abstract base implementation for a simple Map.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.value.impl
AbstractClassHierarchieMap
          This is the abstract base class for a simplified Map that associates elements (<E>) with Class objects.
AdvancedClassHierarchieMap
          This class extends AbstractClassHierarchieMap with the ability to replace elements (<E>) on recursive puts if the new element has a more general type.
 

Classes in net.sf.mmm.util.collection.base used by net.sf.mmm.util.xml.base
AbstractIterator
          This is an abstract base implementation of the Iterator interface.
 



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