Class CriteriaSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<T>
-
- net.shibboleth.utilities.java.support.collection.ClassIndexedSet<Criterion>
-
- net.shibboleth.utilities.java.support.resolver.CriteriaSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.shibboleth.utilities.java.support.collection.ClassIndexedSet
ClassIndexedSet.ClassIndexedSetIterator
-
-
Constructor Summary
Constructors Constructor Description CriteriaSet()Constructor.CriteriaSet(Criterion... criteria)A convenience constructor for constructing and adding criteria.
-
Method Summary
-
Methods inherited from class net.shibboleth.utilities.java.support.collection.ClassIndexedSet
add, add, clear, contains, equals, get, getIndexClass, hashCode, iterator, remove, size, toString
-
Methods inherited from class java.util.AbstractSet
removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
-
-
-
-
Constructor Detail
-
CriteriaSet
public CriteriaSet()
Constructor.
-
CriteriaSet
public CriteriaSet(@Nullable Criterion... criteria)A convenience constructor for constructing and adding criteria.- Parameters:
criteria- criteria to add, may be null or contain null values
-
-