Class AbstractOldGettingList<E>

java.lang.Object
one.microstream.collections.old.AbstractOldGettingList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, OldCollection<E>, OldList<E>
Direct Known Subclasses:
AbstractOldRemovingList, AbstractOldSettingList, ArrayView.OldArrayView, ConstList.OldConstList, EqConstList.OldConstList, ListView.OldListView

public abstract class AbstractOldGettingList<E>
extends Object
implements OldList<E>