
E - the element type.public abstract class AbstractSet<E> extends AbstractCollection<E> implements Set<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
removeAll(Collection<?> c) |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringspliteratoradd, addAll, clear, contains, containsAll, isEmpty, parallelStream, remove, removeIf, retainAll, size, stream, toArray, toArraypublic boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in class AbstractCollection<E>Copyright © 2018. All rights reserved.