Package de.intarsys.tools.collection

Class Summary
ArrayIterator An iterator over an array
ArrayTools  
ByteArrayTools  
EmptyEnumeration An Enumeration without elements.
EmptyIterator An Iterator over an empty collection.
EnumerationIterator Wraps an enumeration into an Iterator API.
IntervalIterator Implement an Iterator over a virtual collection of numbers defined by an interval.
IntHashMap A hash map that uses primitive ints for the key rather than objects.
IteratorEnumeration<T> Wraps an iterator into an enumeration API.
ListTools  
MapTools A tool class for Map extensions.
NestedIterator An iterator to enumerate sequentially the elements in a hierarchical collection.
PartitionedMap A map that wraps two other maps.
ReverseListIterator<T> This iterator enumerates the elements of a list in reverse order.
SingleObjectEnumeration<T> An enumeration of a single object.
SingleObjectIterator An iterator over a single object.