Class JdbcSubjectAttributeSet<E>
java.lang.Object
edu.internet2.middleware.subject.provider.JdbcSubjectAttributeSet<E>
- Type Parameters:
E- is type of set
- All Implemented Interfaces:
Serializable,Iterable<E>,Collection<E>,Set<E>
unmodifiable, holds exactly one value, lightweight set
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
JdbcSubjectAttributeSet
construct- Parameters:
theElement-
-
-
Method Details
-
clear
public void clear() -
add
-
addAll
-
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<E>- Specified by:
containsAllin interfaceSet<E>- See Also:
-
isEmpty
public boolean isEmpty() -
iterator
-
remove
-
removeAll
-
retainAll
-
size
public int size() -
toArray
-
toArray
public <T> T[] toArray(T[] a)
-