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 object) |
int |
hashCode() |
boolean |
removeAll(Collection<?> collection) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toStringadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArrayremoveIfpublic boolean equals(Object object)
public int hashCode()
public boolean removeAll(Collection<?> collection)
removeAll in interface Collection<E>removeAll in interface Set<E>removeAll in class AbstractCollection<E>Copyright © 2026. All rights reserved.