E - is type of setpublic class JdbcSubjectAttributeSet<E> extends Object implements Set<E>, Serializable
| Constructor and Description |
|---|
JdbcSubjectAttributeSet(E theElement)
construct
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
boolean |
addAll(Collection<? extends E> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public JdbcSubjectAttributeSet(E theElement)
theElement - public void clear()
clear in interface Collection<E>clear in interface Set<E>Map.clear()public boolean add(E o)
add in interface Collection<E>add in interface Set<E>Set.add(java.lang.Object)public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface Set<E>Set.addAll(java.util.Collection)public boolean contains(Object o)
contains in interface Collection<E>contains in interface Set<E>Set.contains(java.lang.Object)public boolean containsAll(Collection<?> c)
containsAll in interface Collection<E>containsAll in interface Set<E>Set.containsAll(java.util.Collection)public boolean isEmpty()
isEmpty in interface Collection<E>isEmpty in interface Set<E>Set.isEmpty()public Iterator<E> iterator()
iterator in interface Iterable<E>iterator in interface Collection<E>iterator in interface Set<E>Set.iterator()public boolean remove(Object o)
remove in interface Collection<E>remove in interface Set<E>Set.remove(java.lang.Object)public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in interface Set<E>Set.removeAll(java.util.Collection)public boolean retainAll(Collection<?> c)
retainAll in interface Collection<E>retainAll in interface Set<E>Set.retainAll(java.util.Collection)public int size()
size in interface Collection<E>size in interface Set<E>Set.size()public Object[] toArray()
toArray in interface Collection<E>toArray in interface Set<E>Set.toArray()Copyright © 2016 Internet2. All rights reserved.