public abstract class AbstractOldGettingSet<E> extends Object implements OldSet<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOldGettingSet(XGettingSet<E> set) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
boolean |
addAll(Collection<? extends E> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
XGettingSet<E> |
parent() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, spliterator, toArraybla, toArrayparallelStream, removeIf, streamprotected AbstractOldGettingSet(XGettingSet<E> set)
public XGettingSet<E> parent()
public boolean add(E e) throws UnsupportedOperationException
add in interface Collection<E>add in interface Set<E>UnsupportedOperationExceptionpublic boolean addAll(Collection<? extends E> c) throws UnsupportedOperationException
addAll in interface Collection<E>addAll in interface Set<E>UnsupportedOperationExceptionpublic void clear()
throws UnsupportedOperationException
clear in interface Collection<E>clear in interface Set<E>UnsupportedOperationExceptionpublic boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<E>containsAll in interface Set<E>public boolean isEmpty()
public boolean remove(Object o) throws UnsupportedOperationException
remove in interface Collection<E>remove in interface Set<E>UnsupportedOperationExceptionpublic boolean removeAll(Collection<?> c) throws UnsupportedOperationException
removeAll in interface Collection<E>removeAll in interface Set<E>UnsupportedOperationExceptionpublic boolean retainAll(Collection<?> c) throws UnsupportedOperationException
retainAll in interface Collection<E>retainAll in interface Set<E>UnsupportedOperationExceptionpublic int size()
public Object[] toArray()
Copyright © 2022 MicroStream Software. All rights reserved.