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