public abstract class AbstractOldRemovingList<E> extends AbstractOldGettingList<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOldRemovingList(XProcessingList<E> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
XProcessingList<E> |
parent() |
E |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
AbstractOldRemovingList<E> |
subList(int fromIndex,
int toIndex) |
add, add, addAll, addAll, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, set, size, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, replaceAll, sort, spliterator, toArraybla, toArrayparallelStream, removeIf, streamprotected AbstractOldRemovingList(XProcessingList<E> list)
public XProcessingList<E> parent()
parent in interface OldCollection<E>parent in interface OldList<E>parent in class AbstractOldGettingList<E>public void clear()
clear in interface Collection<E>clear in interface List<E>clear in class AbstractOldGettingList<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface List<E>remove in class AbstractOldGettingList<E>public E remove(int index)
public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in interface List<E>removeAll in class AbstractOldGettingList<E>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<E>retainAll in interface List<E>retainAll in class AbstractOldGettingList<E>public AbstractOldRemovingList<E> subList(int fromIndex, int toIndex)
Copyright © 2022 MicroStream Software. All rights reserved.