Package de.unkrig.commons.util.collections

Useful functionality around the JDK java.util collection classes.

See:
          Description

Class Summary
CollectionUtil java.util.collection-related utility methods.
IdentityLinearMap<K,V> An identity map (see IdentityHashMap) that performs very well for a SMALL number of entries.
IterableUtil Various Iterable-related utility methods.
LinearMap<K,V> A Map that performs very well for a SMALL number of entries.
MapUtil Various utility methods for map processing.
 

Package de.unkrig.commons.util.collections Description

Useful functionality around the JDK java.util collection classes.