Package one.microstream.collections
Class ArrayView.OldArrayView<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingList<E>
one.microstream.collections.ArrayView.OldArrayView<E>
- All Implemented Interfaces:
- Iterable<E>,- Collection<E>,- List<E>,- OldCollection<E>,- OldList<E>
public static final class ArrayView.OldArrayView<E> extends AbstractOldGettingList<E>
- 
Constructor SummaryConstructors Constructor Description OldArrayView()
- 
Method SummaryMethods 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, set, size, subList, 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- 
OldArrayViewpublic OldArrayView()
 
- 
- 
Method Details- 
parent- Specified by:
- parentin interface- OldCollection<E>
- Specified by:
- parentin interface- OldList<E>
- Overrides:
- parentin class- AbstractOldGettingList<E>
 
 
-