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 SummaryConstructors Constructor Description AbstractOldSettingList()
- 
Method SummaryModifier and Type Method Description XSettingList<E>parent()Eset(int index, E element)AbstractOldSettingList<E>subList(int fromIndex, int toIndex)Methods inherited from class one.microstream.collections.old.AbstractOldGettingListadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, size, toArray, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Listequals, hashCode, replaceAll, sort, spliterator, toArray
- 
Constructor Details- 
AbstractOldSettingListpublic AbstractOldSettingList()
 
- 
- 
Method Details