Uses of Class
net.shibboleth.utilities.java.support.collection.ClassIndexedSet

Packages that use ClassIndexedSet
net.shibboleth.utilities.java.support.collection Additional implementations of, and helpers for working with, collections. 
net.shibboleth.utilities.java.support.resolver Interfaces for searching over data. 
 

Uses of ClassIndexedSet in net.shibboleth.utilities.java.support.collection
 

Fields in net.shibboleth.utilities.java.support.collection declared as ClassIndexedSet
private  ClassIndexedSet<T> ClassIndexedSet.ClassIndexedSetIterator.set
          The set instance over which this instance is an iterator.
 

Constructors in net.shibboleth.utilities.java.support.collection with parameters of type ClassIndexedSet
ClassIndexedSet.ClassIndexedSetIterator(ClassIndexedSet<T> parentSet, Iterator<T> parentIterator)
          Constructor.
 

Uses of ClassIndexedSet in net.shibboleth.utilities.java.support.resolver
 

Subclasses of ClassIndexedSet in net.shibboleth.utilities.java.support.resolver
 class CriteriaSet
          This class holds instances of Criterion which are used in resolution or evaluation operations.
 



Copyright © 1999-2012. All Rights Reserved.