Package one.microstream.collections
Class ArrayAccessor.OldArrayAccessor<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingList<E>
one.microstream.collections.old.AbstractOldSettingList<E>
one.microstream.collections.ArrayAccessor.OldArrayAccessor<E>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,List<E>,OldCollection<E>,OldList<E>
- Enclosing class:
- ArrayAccessor<E>
public static final class ArrayAccessor.OldArrayAccessor<E> extends AbstractOldSettingList<E>
-
Constructor Summary
Constructors Constructor Description OldArrayAccessor() -
Method Summary
Modifier and Type Method Description ArrayAccessor<E>parent()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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator, toArray
-
Constructor Details
-
OldArrayAccessor
public OldArrayAccessor()
-
-
Method Details
-
parent
- Specified by:
parentin interfaceOldCollection<E>- Specified by:
parentin interfaceOldList<E>- Overrides:
parentin classAbstractOldSettingList<E>
-