Skip navigation links
A B C D E F G H I K L M N P Q R S T U V 

A

AbstractBlockingQueueFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the BlockingQueueFactory interface.
AbstractBlockingQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
The constructor.
AbstractClassHierarchyMap<E> - Class in net.sf.mmm.util.collection.base
This is the abstract base class for a simplified Map that associates elements (<E>) with Class objects.
AbstractClassHierarchyMap() - Constructor for class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
The constructor.
AbstractClassHierarchyMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
The constructor.
AbstractConcurrentMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the ConcurrentMapFactory interface.
AbstractConcurrentMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
The constructor.
AbstractConcurrentNavigableMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the ConcurrentNavigableMapFactory interface.
AbstractConcurrentNavigableMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractConcurrentNavigableMapFactory
The constructor.
AbstractDequeFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the DequeFactory interface.
AbstractDequeFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractDequeFactory
The constructor.
AbstractGenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the GenericTreeNode interface.
AbstractGenericTreeNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractGenericTreeNode(PARENT) - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractGenericTreeNode(ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractGenericTreeNode(PARENT, ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractHashKey<T> - Class in net.sf.mmm.util.collection.base
This is an abstract base class that allows to use any object as hash-key with external custom implementations of equals and hashCode.
AbstractHashKey() - Constructor for class net.sf.mmm.util.collection.base.AbstractHashKey
The constructor for de-serialization in GWT.
AbstractHashKey(T) - Constructor for class net.sf.mmm.util.collection.base.AbstractHashKey
The constructor.
AbstractIterator<E> - Class in net.sf.mmm.util.collection.base
This is an abstract base implementation of the Iterator interface.
AbstractIterator() - Constructor for class net.sf.mmm.util.collection.base.AbstractIterator
The constructor.
AbstractLinkedNode<V,NODE extends AbstractLinkedNode<V,NODE>> - Class in net.sf.mmm.util.collection.base
This is the abstract base-implementation of the LinkedNode interface.
AbstractLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractLinkedNode
The constructor.
AbstractListFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the ListFactory interface.
AbstractListFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractListFactory
The constructor.
AbstractMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the MapFactory interface.
AbstractMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractMapFactory
The constructor.
AbstractNavigableMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the NavigableMapFactory interface.
AbstractNavigableMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractNavigableMapFactory
The constructor.
AbstractNavigableSetFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the NavigableSetFactory interface.
AbstractNavigableSetFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractNavigableSetFactory
The constructor.
AbstractQueueFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the QueueFactory interface.
AbstractQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractQueueFactory
The constructor.
AbstractSetFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SetFactory interface.
AbstractSetFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSetFactory
The constructor.
AbstractSimpleMap<KEY,VALUE> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation for a simple Map.
AbstractSimpleMap() - Constructor for class net.sf.mmm.util.collection.base.AbstractSimpleMap
The constructor.
AbstractSortedMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SortedMapFactory interface.
AbstractSortedMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
The constructor.
AbstractSortedSetFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SortedSetFactory interface.
AbstractSortedSetFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
The constructor.
AbstractTreeNode<NODE extends TreeNode<NODE>> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the TreeNode interface.
AbstractTreeNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(NODE) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(NODE, ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
add(E) - Method in class net.sf.mmm.util.collection.base.CollectionList
 
add(int, E) - Method in class net.sf.mmm.util.collection.base.CollectionList
 
addAll(Collection<? extends E>) - Method in class net.sf.mmm.util.collection.base.CollectionList
 
addChild(CHILD) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method adds the given child to the children of this GenericTreeNode.
addChild(CHILD, int) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method adds the given child to the children of this GenericTreeNode.
addChild(TreeNodeSimple<VALUE>) - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
 
addChild(TreeNodeSimple<VALUE>, int) - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
 
addChildValue(VALUE) - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
Creates a new TreeNodeSimple with the given childValue and adds it as child of this node.
addChildValue(VALUE, int) - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
Creates a new TreeNodeSimple with the given childValue and inserts it as child of this node at the given index.
addRank(E, int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method adds the given gain to the current rank of the given element.
addRank(int) - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
addToList(List<V>) - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method appends the values of the list represented by this node to the given list.
addToList(List<V>) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
AdvancedClassHierarchyMap<E> - Class in net.sf.mmm.util.collection.base
This class extends AbstractClassHierarchyMap with the ability to replace elements (<E>) on recursive puts if the new element has a more general type.
AdvancedClassHierarchyMap() - Constructor for class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
The constructor.
AdvancedClassHierarchyMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
The constructor.
AppendingList<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the List interface that gives a read-only view on other lists that appear as if they were concatenated.
AppendingList(List<? extends E>...) - Constructor for class net.sf.mmm.util.collection.base.AppendingList
The constructor.
array - Variable in class net.sf.mmm.util.collection.base.ArrayIterator
The array to iterate/enumerate.
ArrayIterator<E> - Class in net.sf.mmm.util.collection.base
This class implements both Iterator and Enumeration to iterate/enumerate a given array.
ArrayIterator(E[]) - Constructor for class net.sf.mmm.util.collection.base.ArrayIterator
The constructor.
ArrayIterator(E[], int, int) - Constructor for class net.sf.mmm.util.collection.base.ArrayIterator
The constructor.
ArrayListFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the ListFactory interface that creates instances of ArrayList.
ArrayListFactory() - Constructor for class net.sf.mmm.util.collection.base.ArrayListFactory
 

B

BasicDoubleLinkedNode<V> - Class in net.sf.mmm.util.collection.base
This is a basic implementation of the DoubleLinkedNode interface.
BasicDoubleLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
The constructor.
BasicLinkedNode<V> - Class in net.sf.mmm.util.collection.base
This is the basic implementation of the LinkedNode interface.
BasicLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.BasicLinkedNode
The constructor.
BlockingQueueFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of BlockingQueue.

C

CAPACITY_CONSTRUCTOR_ARGS - Static variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
checkForComodification() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Checks that the collection has NOT been modified outside this iterator.
children - Variable in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
classMap - Variable in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
 
clear() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
CollectionFactory<COLLECTION extends Collection> - Interface in net.sf.mmm.util.collection.api
This is the interface for a factory of Collections.
CollectionFactoryManager - Interface in net.sf.mmm.util.collection.api
This is the interface for a manager of CollectionFactory instances.
collectionFactoryManager() - Method in class net.sf.mmm.util.collection.impl.spring.UtilCollectionSpringConfig
 
CollectionFactoryManagerImpl - Class in net.sf.mmm.util.collection.impl
This is the default implementation of the CollectionFactoryManager interface.
CollectionFactoryManagerImpl() - Constructor for class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
The constructor.
collectionFactoryMap - Variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
CollectionList<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the List interface that adapts another Collection as delegate.
CollectionList(Collection<E>) - Constructor for class net.sf.mmm.util.collection.base.CollectionList
The constructor.
CollectionList.ListIterator - Class in net.sf.mmm.util.collection.base
This inner class implements an Iterator for this CollectionList.
ConcurrentHashMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of ConcurrentMapFactory that creates instances of ConcurrentHashMap.
ConcurrentHashMapFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
 
ConcurrentHashSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of ConcurrentMapFactory that creates instances of a ConcurrentHashSet.
ConcurrentHashSetFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentHashSetFactory
The constructor.
ConcurrentLinkedQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the QueueFactory interface that creates instances of ConcurrentLinkedQueue.
ConcurrentLinkedQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
 
ConcurrentMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of ConcurrentMap.
ConcurrentNavigableMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of ConcurrentNavigableMap.
ConcurrentSkipListMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of ConcurrentNavigableMapFactory that creates instances of ConcurrentSkipListMap.
ConcurrentSkipListMapFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentSkipListMapFactory
 
containsKey(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
containsValue(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
create() - Method in interface net.sf.mmm.util.collection.api.BlockingQueueFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.BlockingQueueFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new Collection instance with the given initial capacity.
create(Class<C>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method creates a Collection implementing the given type.
create(Class<C>, int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method creates a Collection implementing the given type.
create() - Method in interface net.sf.mmm.util.collection.api.ConcurrentMapFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.ConcurrentMapFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.ConcurrentNavigableMapFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.ConcurrentNavigableMapFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.DequeFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.DequeFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.ListFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.ListFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new Map instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new Map instance with the given capacity.
create() - Method in interface net.sf.mmm.util.collection.api.NavigableMapFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.NavigableMapFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.NavigableSetFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.NavigableSetFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.QueueFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.QueueFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.SetFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.SetFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.SortedMapFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.SortedMapFactory
 
create() - Method in interface net.sf.mmm.util.collection.api.SortedSetFactory
 
create(int) - Method in interface net.sf.mmm.util.collection.api.SortedSetFactory
 
create() - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
 
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
 
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashSetFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentHashSetFactory
 
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
 
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentSkipListMapFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentSkipListMapFactory
 
create() - Method in class net.sf.mmm.util.collection.base.HashMapFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.HashMapFactory
 
create() - Method in class net.sf.mmm.util.collection.base.HashSetFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.HashSetFactory
 
create() - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
 
create() - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
 
create() - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
 
create() - Method in class net.sf.mmm.util.collection.base.NavigableTreeMapFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.NavigableTreeMapFactory
 
create() - Method in class net.sf.mmm.util.collection.base.NavigableTreeSetFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.NavigableTreeSetFactory
 
create() - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
 
create() - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
 
create(int) - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
 
create(Class<C>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
create(Class<C>, int) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
create(Class<C>, Integer) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
createGeneric() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentNavigableMapFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentNavigableMapFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractNavigableMapFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractNavigableMapFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractNavigableSetFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractNavigableSetFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
 
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
 
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
 
createMap(Class<C>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method creates a Map implementing the given type.
createMap(Class<C>, int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method creates a Map implementing the given type.
createMap(Class<C>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
createMap(Class<C>, int) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
createMap(Class<C>, Integer) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
cursor - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Index of element to be returned by subsequent call to next.
CustomHashKey<T> - Class in net.sf.mmm.util.collection.base
This is a simple wrapper in order to use an object as hash key but with ability to customize equals and hashCode.
CustomHashKey() - Constructor for class net.sf.mmm.util.collection.base.CustomHashKey
The constructor for de-serialization in GWT.
CustomHashKey(T, EqualsChecker<T>) - Constructor for class net.sf.mmm.util.collection.base.CustomHashKey
The constructor.
CustomHashKey(T, EqualsChecker<T>, HashCodeFunction<T>) - Constructor for class net.sf.mmm.util.collection.base.CustomHashKey
The constructor.

D

delegate - Variable in class net.sf.mmm.util.collection.base.AbstractHashKey
 
delegate - Variable in class net.sf.mmm.util.collection.base.CollectionList
 
delegate - Variable in class net.sf.mmm.util.collection.base.FilteredIterable
The actual Iterable instance to adapt.
delegate - Variable in class net.sf.mmm.util.collection.base.FilteredIterator
The actual iterator instance to adapt.
delegate - Variable in class net.sf.mmm.util.collection.base.ReadOnlyIterator
the actual iterator instance
DequeFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Deque.
doInitialize() - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
done - Variable in class net.sf.mmm.util.collection.base.AbstractIterator
 
DoubleLinkedNode<V,NODE extends DoubleLinkedNode<V,NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node of a double linked list.

E

element - Variable in class net.sf.mmm.util.collection.base.SingleElementIterator
The single element to iterate.
elements - Variable in class net.sf.mmm.util.collection.base.RankMap
 
EmptyIterator - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that is always empty.
EmptyIterator() - Constructor for class net.sf.mmm.util.collection.base.EmptyIterator
The constructor.
entrySet() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
equals(Object) - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
 
equalsChecker - Variable in class net.sf.mmm.util.collection.base.CustomHashKey
 
expectedModCount - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
The modCount value that the iterator believes that the backing List should have.

F

filter - Variable in class net.sf.mmm.util.collection.base.FilteredIterable
 
filter - Variable in class net.sf.mmm.util.collection.base.FilteredIterator
 
FilteredIterable<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of an Iterator that adapts another Iterator but only iterates the elements that are accepted by a given Filter.
FilteredIterable(Iterable<? extends E>, Filter<? super E>) - Constructor for class net.sf.mmm.util.collection.base.FilteredIterable
The constructor.
FilteredIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of an Iterator that adapts another Iterator but only iterates the elements that are accepted by a given Filter.
FilteredIterator(Iterator<? extends E>, Filter<? super E>) - Constructor for class net.sf.mmm.util.collection.base.FilteredIterator
The constructor.
findCollectionInterface(Class<? extends Collection>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
findFirst() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method has to be called from the constructor of the implementing class.
findMapInterface(Class<? extends Map>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
findNext() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.collection.base.FilteredIterator
 

G

GenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>> - Interface in net.sf.mmm.util.collection.api
This is the interface for the node of a tree.
get(Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method gets the element that has been registered for the given type or a sub-type.
get(int) - Method in class net.sf.mmm.util.collection.base.AppendingList
 
getBest() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the element that has currently the best (highest) positive rank .
getBest(int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the element that has currently the best (highest) rank greater or equal to the given threshold.
getBests() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets a List containing the element(s) that has currently the best (highest) rank.
getBetterOrEqual(int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets all elements with a rank greater or equal to the given threshold.
getChildren() - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method gets the List containing all children of this GenericTreeNode.
getChildren() - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
getClass(E) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
This method gets the associated type for the given element.
getCode() - Method in exception net.sf.mmm.util.collection.impl.UnknownCollectionInterfaceException
 
getCollectionFactory(Class<COLLECTION>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method gets the CollectionFactory for the given collectionType.
getCollectionFactory(Class<C>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
getCollectionImplementation() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashSetFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.HashSetFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.NavigableTreeSetFactory
 
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
 
getCollectionInterface() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
 
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
 
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
 
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractNavigableSetFactory
 
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
 
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
 
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
 
getDelegate() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
This method gets the original object this hash-key delegates to.
getDelegate() - Method in class net.sf.mmm.util.collection.base.CollectionList
This method gets the underlying Collection that is adapted to appear as List.
getElements() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets all elements in this RankMap that have been actively ranked (by RankMap.addRank(Object, int) or RankMap.setUnacceptable(Object)).
getEqualsChecker() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
 
getEqualsChecker() - Method in class net.sf.mmm.util.collection.base.CustomHashKey
 
getEqualsChecker() - Method in class net.sf.mmm.util.collection.base.HashKey
 
getHashCodeFunction() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
 
getHashCodeFunction() - Method in class net.sf.mmm.util.collection.base.CustomHashKey
 
getHashCodeFunction() - Method in class net.sf.mmm.util.collection.base.HashKey
 
getHashKey(O) - Method in interface net.sf.mmm.util.collection.api.HashKeyProvider
 
getInstance() - Static method in class net.sf.mmm.util.collection.base.EmptyIterator
This method gets the singleton instance of this empty iterator.
getInstance() - Static method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method gets the singleton instance of this CollectionFactoryManager implementation.
getMapFactory(Class<MAP>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method gets the MapFactory for the given mapType.
getMapFactory(Class<MAP>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
getMapImplementation() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method gets the implementation of the map-interface used by this factory.
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
 
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentSkipListMapFactory
 
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.HashMapFactory
 
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.NavigableTreeMapFactory
 
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
 
getMapInterface() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method gets the interface of the Map managed by this factory.
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
 
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentNavigableMapFactory
 
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
 
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractNavigableMapFactory
 
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
 
getMutableChildList() - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
getNext() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method gets the next node of the linked list.
getNext() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
getParent() - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method gets the parent of this GenericTreeNode.
getParent() - Method in interface net.sf.mmm.util.collection.api.Node
This method gets the parent of this node.
getParent() - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
getPrevious() - Method in interface net.sf.mmm.util.collection.api.DoubleLinkedNode
This method gets the previous node of the double linked list.
getPrevious() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
 
getRank(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the current rank for the given element.
getValue() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method gets the actual value of this node.
getValue() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
getValue() - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
 

H

hashCode - Variable in class net.sf.mmm.util.collection.base.AbstractHashKey
 
hashCode() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
 
hashCodeFunction - Variable in class net.sf.mmm.util.collection.base.CustomHashKey
 
HashKey<T> - Class in net.sf.mmm.util.collection.base
This is a simple class that allows to use any object as hash-key.
HashKey() - Constructor for class net.sf.mmm.util.collection.base.HashKey
The constructor for de-serialization in GWT.
HashKey(T) - Constructor for class net.sf.mmm.util.collection.base.HashKey
The constructor.
HashKeyProvider<O> - Interface in net.sf.mmm.util.collection.api
This is the interface that provides a hash key for an object of type <O>.
HashMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the MapFactory interface that creates instances of HashMap.
HashMapFactory() - Constructor for class net.sf.mmm.util.collection.base.HashMapFactory
 
HashSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SetFactory interface that creates instances of HashSet.
HashSetFactory() - Constructor for class net.sf.mmm.util.collection.base.HashSetFactory
 
hasMoreElements() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
 
hasNext() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
 
hasNext() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
 
hasNext() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
 
hasNext() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
 
hasNext() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
 
hasNext() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
 

I

index - Variable in class net.sf.mmm.util.collection.base.ArrayIterator
The current index in array.
insertAsNext(V, boolean) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given value into the list at the position represented by this node.
insertAsNext(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given node into the list immediately after the position represented by this node.
insertAsPrevious(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given node into the list immediately before the position represented by this node.
insertAsPrevious(V, boolean) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given value into the list at the position represented by this node.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ArrayListFactory
The default instance creating an ArrayList.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentHashSetFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentSkipListMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.EmptyIterator
 
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.HashMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.HashSetFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.NavigableTreeMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.NavigableTreeSetFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.TreeMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.TreeSetFactory
The singleton instance.
instance - Static variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
isAccepted(Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method determines whether the given type is accepted in the hierarchy.
isAncestor(PARENT) - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method determines if this GenericTreeNode is an ancestor of the given node.
isAncestor(PARENT) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
isDescendant(CHILD) - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method determines if this GenericTreeNode is a descendant of the given node.
isDescendant(CHILD) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
isEmpty() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
isLinked() - Method in interface net.sf.mmm.util.collection.api.DoubleLinkedNode
This method determines if this node is linked.
isLinked() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method determines if this node is linked.
isLinked() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
isLinked() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
 
isPreferable(E, Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method determines if the given element should be associated with currentType in preference to the element existing that is already registered and will be replaced according to the result of this method.
isPreferable(E, Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
 
isUnacceptable(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method determines if the given element has been declared unacceptable.
isUnacceptable() - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
iterator() - Method in class net.sf.mmm.util.collection.base.CollectionList
 
iterator() - Method in class net.sf.mmm.util.collection.base.FilteredIterable
 

K

keys() - Method in class net.sf.mmm.util.collection.base.SortedProperties
 
keySet() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
keySet() - Method in class net.sf.mmm.util.collection.base.SortedProperties
 

L

lastRet - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Index of element returned by most recent call to next or previous.
LinkedBlockingQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the BlockingQueueFactory interface that creates instances of LinkedBlockingQueue.
LinkedBlockingQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
 
LinkedListDequeFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the DequeFactory interface that creates instances of LinkedList.
LinkedListDequeFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedListDequeFactory
 
LinkedListQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the QueueFactory interface that creates instances of LinkedList.
LinkedListQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedListQueueFactory
 
LinkedNode<V,NODE extends LinkedNode<V,NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node of a linked list.
ListFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of List.
ListIterator() - Constructor for class net.sf.mmm.util.collection.base.CollectionList.ListIterator
 
lists - Variable in class net.sf.mmm.util.collection.base.AppendingList
the lists.
LOG - Static variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 

M

map - Variable in class net.sf.mmm.util.collection.base.RankMap
 
MapFactory<MAP extends Map> - Interface in net.sf.mmm.util.collection.api
This is the interface for a factory of maps.
mapFactoryMap - Variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.collection.impl.UnknownCollectionInterfaceException
 
mutableChildList - Variable in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 

N

NavigableMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of NavigableMap.
NavigableSetFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of NavigableSet.
NavigableTreeMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the NavigableMapFactory interface that creates instances of TreeMap.
NavigableTreeMapFactory() - Constructor for class net.sf.mmm.util.collection.base.NavigableTreeMapFactory
 
NavigableTreeSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the NavigableSetFactory interface that creates instances of TreeSet.
NavigableTreeSetFactory() - Constructor for class net.sf.mmm.util.collection.base.NavigableTreeSetFactory
 
net.sf.mmm.util.collection.api - package net.sf.mmm.util.collection.api
Provides the API for utilities that help to dealing with Collections.
net.sf.mmm.util.collection.base - package net.sf.mmm.util.collection.base
Contains public implementations of the Collection-Util API.
net.sf.mmm.util.collection.impl - package net.sf.mmm.util.collection.impl
Contains implementations of the Collection-Util API.
net.sf.mmm.util.collection.impl.spring - package net.sf.mmm.util.collection.impl.spring
 
next - Variable in class net.sf.mmm.util.collection.base.AbstractIterator
the next item or null if done
next() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
 
next - Variable in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
next() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
 
next() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
 
next() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
 
next() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
 
next() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
 
nextElement() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
 
Node<PARENT> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node that has a parent.

P

parent - Variable in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
previous - Variable in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
 
put(Class<?>, E) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method registers the given element for the given type.
put(KEY, VALUE) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
put(E) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
This method puts the given element using its associated class.
put(Class<?>, E) - Method in class net.sf.mmm.util.collection.base.SimpleClassHierarchyMap
 
putAll(Map<? extends KEY, ? extends VALUE>) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
putRecursive(Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method performs the put recursively.

Q

QueueFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Queue.

R

rank - Variable in class net.sf.mmm.util.collection.base.RankMap.Ranking
The ranking value.
RANK_UNACCEPTABLE - Static variable in class net.sf.mmm.util.collection.base.RankMap
The rank that represents an element that has been disqualified.
Ranking() - Constructor for class net.sf.mmm.util.collection.base.RankMap.Ranking
 
RankMap<E> - Class in net.sf.mmm.util.collection.base
This class is like a Map that maps elements (<E>) to an int value that represents the rank of the according element.
RankMap() - Constructor for class net.sf.mmm.util.collection.base.RankMap
The constructor.
RankMap.Ranking - Class in net.sf.mmm.util.collection.base
This inner class represents the RankMap.Ranking.rank of an element.
ReadOnlyIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that gives a read-only view on an existing Iterator instance.
ReadOnlyIterator(Iterator<E>) - Constructor for class net.sf.mmm.util.collection.base.ReadOnlyIterator
The constructor.
registerCollectionFactory(CollectionFactory) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory using its collection-interface.
registerCollectionFactory(CollectionFactory<? extends COLLECTION>, Class<COLLECTION>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory for the given collectionInterface.
registerMapFactory(MapFactory) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory using its map-interface.
registerMapFactory(MapFactory<? extends MAP>, Class<MAP>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory for the given mapInterface.
remove() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method will always throw an exception.
remove(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
remove() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
 
remove() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method removes this node from the double linked list.
remove() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
 
remove(int) - Method in class net.sf.mmm.util.collection.base.CollectionList
 
remove(Object) - Method in class net.sf.mmm.util.collection.base.CollectionList
 
remove() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
 
remove() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
This method will always throw an exception.
remove() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
 
removeChild(CHILD) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method removes the given child from the children of this GenericTreeNode.
removeChild(int) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method removes the child from the children of this GenericTreeNode at the given index.
removeChild(int) - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
 
removeChild(TreeNodeSimple<VALUE>) - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
 

S

serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.AbstractHashKey
 
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.CollectionList
 
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.CustomHashKey
 
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.HashKey
 
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.SortedProperties
 
serialVersionUID - Static variable in exception net.sf.mmm.util.collection.impl.UnknownCollectionInterfaceException
 
set(int, E) - Method in class net.sf.mmm.util.collection.base.CollectionList
 
SetFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Set.
setNext(NODE) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method sets the next node.
setParent(PARENT) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method sets the parent of this GenericTreeNode.
setPrevious(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method sets the previous node.
setUnacceptable() - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
setUnacceptable(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method ranks the given element as unacceptable.
setValue(V) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method sets the value.
setValue(VALUE) - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
 
SimpleClassHierarchyMap<E> - Class in net.sf.mmm.util.collection.base
This is a simple implementation of AbstractClassHierarchyMap.
SimpleClassHierarchyMap() - Constructor for class net.sf.mmm.util.collection.base.SimpleClassHierarchyMap
The constructor.
SimpleClassHierarchyMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.SimpleClassHierarchyMap
The constructor.
SingleElementIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that iterates a single element.
SingleElementIterator(E) - Constructor for class net.sf.mmm.util.collection.base.SingleElementIterator
The constructor.
size() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
size() - Method in class net.sf.mmm.util.collection.base.AppendingList
 
SortedMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of SortedMap.
SortedProperties - Class in net.sf.mmm.util.collection.base
This class extends Properties and makes them sorted by their keys.
SortedProperties() - Constructor for class net.sf.mmm.util.collection.base.SortedProperties
The constructor.
SortedProperties(Properties) - Constructor for class net.sf.mmm.util.collection.base.SortedProperties
The constructor.
SortedSetFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of SortedSet.
stopIndex - Variable in class net.sf.mmm.util.collection.base.ArrayIterator
The index where iteration stops.

T

toList() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method converts the list represented by this node to a regular List.
toList() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
toString() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
 
toString() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
toString() - Method in class net.sf.mmm.util.collection.base.TreeNodeSimple
 
TreeMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SortedMapFactory interface that creates instances of TreeMap.
TreeMapFactory() - Constructor for class net.sf.mmm.util.collection.base.TreeMapFactory
 
TreeNode<NODE extends TreeNode<NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for the node a tree.
TreeNodeSimple<VALUE> - Class in net.sf.mmm.util.collection.base
This is a simple but generic implementation of TreeNode.
TreeNodeSimple() - Constructor for class net.sf.mmm.util.collection.base.TreeNodeSimple
The constructor.
TreeNodeSimple(VALUE) - Constructor for class net.sf.mmm.util.collection.base.TreeNodeSimple
The constructor.
TreeNodeSimple(TreeNodeSimple<VALUE>, ListFactory) - Constructor for class net.sf.mmm.util.collection.base.TreeNodeSimple
The constructor.
TreeNodeSimple(TreeNodeSimple<VALUE>) - Constructor for class net.sf.mmm.util.collection.base.TreeNodeSimple
The constructor.
TreeNodeSimple(TreeNodeSimple<VALUE>, VALUE) - Constructor for class net.sf.mmm.util.collection.base.TreeNodeSimple
The constructor.
TreeSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SortedSetFactory interface that creates instances of TreeSet.
TreeSetFactory() - Constructor for class net.sf.mmm.util.collection.base.TreeSetFactory
 

U

UnknownCollectionInterfaceException - Exception in net.sf.mmm.util.collection.impl
A UnknownCollectionInterfaceException is thrown if a Collection-interface was given that is unknown or no Collection.
UnknownCollectionInterfaceException(Class<?>) - Constructor for exception net.sf.mmm.util.collection.impl.UnknownCollectionInterfaceException
The constructor.
UtilCollectionSpringConfig - Class in net.sf.mmm.util.collection.impl.spring
This is the Spring Configuration for reflect.
UtilCollectionSpringConfig() - Constructor for class net.sf.mmm.util.collection.impl.spring.UtilCollectionSpringConfig
 

V

value - Variable in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
value - Variable in class net.sf.mmm.util.collection.base.TreeNodeSimple
 
values() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
 
A B C D E F G H I K L M N P Q R S T U V 
Skip navigation links

Copyright © 2001–2019 mmm-Team. All rights reserved.