Package one.microstream.collections
Class AbstractChainCollection<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>
java.lang.Object
one.microstream.collections.AbstractExtendedCollection<E>
one.microstream.collections.AbstractChainCollection<E,K,V,EN>
- All Implemented Interfaces:
 ExtendedCollection<E>
- Direct Known Subclasses:
 AbstractChainKeyValueCollection,ConstHashEnum,EqConstHashEnum,EqHashEnum,HashEnum
public abstract class AbstractChainCollection<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>> extends AbstractExtendedCollection<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 AbstractChainCollection() - 
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
- 
AbstractChainCollection
public AbstractChainCollection() 
 -