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 SummaryNested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollectionExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
- 
Constructor SummaryConstructors Constructor Description AbstractChainKeyValueCollection()
- 
Method SummaryMethods inherited from class one.microstream.collections.AbstractExtendedCollectionensureFreeArrayCapacity, validateIndexMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.collections.interfaces.ExtendedCollectionhasVolatileElements, nullAllowed
- 
Constructor Details- 
AbstractChainKeyValueCollectionpublic AbstractChainKeyValueCollection()
 
-