Uses of Class
net.shibboleth.utilities.java.support.collection.ClassIndexedSet
-
Packages that use ClassIndexedSet Package Description 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 Modifier and Type Field Description private ClassIndexedSet<T>ClassIndexedSet.ClassIndexedSetIterator. setThe set instance over which this instance is an iterator.Constructors in net.shibboleth.utilities.java.support.collection with parameters of type ClassIndexedSet Constructor Description 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 Modifier and Type Class Description classCriteriaSetThis class holds instances ofCriterionwhich are used in resolution or evaluation operations.
-