E
- the type of the elements in this setpublic abstract class AbstractSetDecorator<E> extends AbstractCollectionDecorator<E> implements java.util.Set<E>
Set
to provide additional behaviour.
Methods are forwarded directly to the decorated set.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, removeIf, retainAll, size, toArray, toArray, toString
Copyright © 2010 - 2023 Adobe. All Rights Reserved