Package net.shibboleth.utilities.java.support.collection

Additional implementations of, and helpers for working with, collections.

See:
          Description

Class Summary
ClassIndexedSet<T> Set implementation which provides indexed access to set members via their class, and which allows only one instance of a given class to be present in the set.
CollectionSupport Helper methods for working with collections of objects.
IndexingObjectStore<T> This class is used to store instances of objects that may be created independently but are, in face, the same object.
LazyList<ElementType> A list that is lazy initialized.
LazyMap<KeyType,ValueType> A map that is lazy initialized.
LazySet<ElementType> A set that is lazy initialized.
Pair<T1,T2> Container for a pair of objects.
ValueTypeIndexedMap<KeyType,ValueType> Map implementation which allows subsets of entries to be retrieved based on the type of the entry value.
ValueTypeIndexedMap.NullValue Class to represent null values.
 

Package net.shibboleth.utilities.java.support.collection Description

Additional implementations of, and helpers for working with, collections.



Copyright © 1999-2012. All Rights Reserved.