public abstract class AbstractBridgeXSet<E> extends AbstractOldGettingSet<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBridgeXSet(XSet<E> set) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
boolean |
addAll(Collection<? extends E> c) |
void |
clear() |
XSet<E> |
parent() |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
contains, containsAll, isEmpty, iterator, remove, size, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, spliterator, toArraybla, toArrayparallelStream, removeIf, streampublic XSet<E> parent()
parent in interface OldCollection<E>parent in interface OldSet<E>parent in class AbstractOldGettingSet<E>public boolean add(E e)
add in interface Collection<E>add in interface Set<E>add in class AbstractOldGettingSet<E>public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface Set<E>addAll in class AbstractOldGettingSet<E>public void clear()
clear in interface Collection<E>clear in interface Set<E>clear in class AbstractOldGettingSet<E>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in interface Set<E>removeAll in class AbstractOldGettingSet<E>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<E>retainAll in interface Set<E>retainAll in class AbstractOldGettingSet<E>Copyright © 2022 MicroStream Software. All rights reserved.