E - protected abstract static class CollectionUtils.LenientCompositeSet<E> extends CollectionUtils.CompositeSet<E>
| Modifier | Constructor and Description | 
|---|---|
| protected  | CollectionUtils.LenientCompositeSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | add(E e) | 
| boolean | addAll(Collection<? extends E> c) | 
| int | hashCode()Implement Set-defined equals behavior | 
| Iterator<E> | iterator() | 
| boolean | remove(Object o) | 
| int | size() | 
equals, getPrimaryDelegate, getSecondaryDelegateclear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringprotected CollectionUtils.LenientCompositeSet()
public int size()
size in interface Collection<E>size in interface Set<E>size in class CollectionUtils.CompositeCollection<E>public boolean add(E e)
add in interface Collection<E>add in interface Set<E>add in class CollectionUtils.CompositeCollection<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface Set<E>remove in class CollectionUtils.CompositeCollection<E>public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface Set<E>addAll in class CollectionUtils.CompositeCollection<E>public int hashCode()
hashCode in interface Collection<E>hashCode in interface Set<E>hashCode in class CollectionUtils.CompositeSet<E>Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.