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