java.lang.Object
com.sun.faces.util.MostlySingletonSet<E>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleaninthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
spliterator 
- 
Constructor Details
- 
MostlySingletonSet
public MostlySingletonSet() 
 - 
 - 
Method Details
- 
add
 - 
addAll
 - 
clear
 - 
remove
 - 
removeAll
 - 
retainAll
 - 
contains
 - 
containsAll
- Specified by:
 containsAllin interfaceCollection<E>- Specified by:
 containsAllin interfaceSet<E>
 - 
isEmpty
 - 
size
 - 
equals
 - 
hashCode
 - 
toString
 - 
iterator
 - 
toArray
 - 
toArray
 
 -