E - type of setpublic class SubjectCaseInsensitiveSetImpl<E> extends LinkedHashSet<E> implements SubjectCaseInsensitiveSet
| Constructor and Description | 
|---|
SubjectCaseInsensitiveSetImpl()  | 
SubjectCaseInsensitiveSetImpl(Collection<? extends E> c)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(E e)  | 
boolean | 
addAll(Collection<? extends E> c)  | 
boolean | 
contains(Object o)  | 
boolean | 
containsAll(Collection<?> c)  | 
boolean | 
remove(Object o)  | 
boolean | 
removeAll(Collection<?> c)  | 
boolean | 
retainAll(Collection<?> c)  | 
spliteratorequals, hashCodetoArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, equals, hashCode, isEmpty, iterator, size, toArray, toArrayparallelStream, removeIf, streampublic SubjectCaseInsensitiveSetImpl()
public SubjectCaseInsensitiveSetImpl(Collection<? extends E> c)
c - public boolean add(E e)
add in interface Collection<E>add in interface Set<E>add in class HashSet<E>Set.add(Object)public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface Set<E>addAll in class AbstractCollection<E>Set.addAll(Collection)public boolean containsAll(Collection<?> c)
containsAll in interface Collection<E>containsAll in interface Set<E>containsAll in class AbstractCollection<E>Set.containsAll(Collection)public boolean retainAll(Collection<?> c)
retainAll in interface Collection<E>retainAll in interface Set<E>retainAll in class AbstractCollection<E>Set.retainAll(Collection)public boolean contains(Object o)
contains in interface Collection<E>contains in interface Set<E>contains in class HashSet<E>Set.contains(Object)public boolean remove(Object o)
remove in interface Collection<E>remove in interface Set<E>remove in class HashSet<E>Set.remove(Object)public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in interface Set<E>removeAll in class AbstractSet<E>Set.removeAll(Collection)Copyright © 2016 Internet2. All rights reserved.