public abstract class TAbstractSet<E> extends TAbstractCollection<E> implements TSet<E>
Constructor and Description |
---|
TAbstractSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
removeAll(TCollection<?> c) |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, equals0, finalize, getClass0, notify0, notifyAll0, wait0, wait0, waitImpl
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, size, spliterator, stream, toArray, toArray
public boolean removeAll(TCollection<?> c)
removeAll
in interface TCollection<E>
removeAll
in class TAbstractCollection<E>
Copyright © 2019. All rights reserved.