Package one.microstream.collections.old
Class AbstractOldSettingList<E>
- java.lang.Object
-
- one.microstream.collections.old.AbstractOldGettingList<E>
-
- one.microstream.collections.old.AbstractOldSettingList<E>
-
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,List<E>
,OldCollection<E>
,OldList<E>
- Direct Known Subclasses:
AbstractBridgeXList
,ArrayAccessor.OldArrayAccessor
,EqHashTable.Values.OldValues
,FixedList.OldFixedList
,HashTable.Values.OldValues
,ListAccessor.OldListAccessor
public abstract class AbstractOldSettingList<E> extends AbstractOldGettingList<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractOldSettingList()
-
Method Summary
Modifier and Type Method Description XSettingList<E>
parent()
E
set(int index, E element)
AbstractOldSettingList<E>
subList(int fromIndex, int toIndex)
-
Methods inherited from class one.microstream.collections.old.AbstractOldGettingList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, size, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
-
-
-
Method Detail
-
parent
public XSettingList<E> parent()
- Specified by:
parent
in interfaceOldCollection<E>
- Specified by:
parent
in interfaceOldList<E>
- Overrides:
parent
in classAbstractOldGettingList<E>
-
subList
public AbstractOldSettingList<E> subList(int fromIndex, int toIndex)
-
-