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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends E> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
containsAll
in interfaceCollection<E>
- Specified by:
containsAll
in interfaceSet<E>
- See Also:
-
isEmpty
public boolean isEmpty() -
iterator
-
remove
-
removeAll
-
retainAll
-
size
public int size() -
toArray
-
toArray
public <T> T[] toArray(T[] a)
-