Package one.microstream.collections
Class AbstractSimpleArrayCollection<E>
java.lang.Object
one.microstream.collections.AbstractExtendedCollection<E>
one.microstream.collections.AbstractArrayCollection<E>
one.microstream.collections.AbstractSectionedArrayCollection<E>
one.microstream.collections.AbstractSimpleArrayCollection<E>
- All Implemented Interfaces:
ExtendedCollection<E>,Sized
- Direct Known Subclasses:
ArrayAccessor,ArrayCollector,ArrayView,BulkList,ConstLinearEnum,ConstList,EqBulkList,EqConstList,FixedList,LimitList
public abstract class AbstractSimpleArrayCollection<E> extends AbstractSectionedArrayCollection<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>> -
Constructor Summary
Constructors Constructor Description AbstractSimpleArrayCollection() -
Method Summary
Methods inherited from class one.microstream.collections.AbstractExtendedCollection
ensureFreeArrayCapacity, validateIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowed
-
Constructor Details
-
AbstractSimpleArrayCollection
public AbstractSimpleArrayCollection()
-