E
- protected abstract static class CollectionUtils.CompositeSet<E> extends CollectionUtils.CompositeCollection<E> implements Set<E>
Modifier | Constructor and Description |
---|---|
protected |
CollectionUtils.CompositeSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Implement Set-defined equals behavior
|
protected abstract Set<E> |
getPrimaryDelegate() |
protected abstract Set<E> |
getSecondaryDelegate() |
int |
hashCode()
Implement Set-defined equals behavior
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
protected abstract Set<E> getPrimaryDelegate()
getPrimaryDelegate
in class CollectionUtils.CompositeCollection<E>
protected abstract Set<E> getSecondaryDelegate()
getSecondaryDelegate
in class CollectionUtils.CompositeCollection<E>
public boolean equals(Object o)
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.