Package one.microstream.collections
Class AbstractSectionedArrayCollection<E>
- java.lang.Object
- 
- one.microstream.collections.AbstractExtendedCollection<E>
- 
- one.microstream.collections.AbstractArrayCollection<E>
- 
- one.microstream.collections.AbstractSectionedArrayCollection<E>
 
 
 
- 
- All Implemented Interfaces:
- ExtendedCollection<E>,- Sized
 - Direct Known Subclasses:
- AbstractSimpleArrayCollection
 
 public abstract class AbstractSectionedArrayCollection<E> extends AbstractArrayCollection<E> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollectionExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractSectionedArrayCollection()
 - 
Method Summary- 
Methods inherited from class one.microstream.collections.AbstractArrayCollectionpow2BoundMaxed
 - 
Methods inherited from class one.microstream.collections.AbstractExtendedCollectionensureFreeArrayCapacity, validateIndex
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollectionhasVolatileElements, nullAllowed
 
- 
 
-