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 Modifier Constructor Description protected
AbstractOldSettingList(XSettingList<E> list)
-
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, toArray, toString