Package one.microstream.collections
Class AbstractChainEntryLinked<E,K,V,EN extends AbstractChainEntryLinked<E,K,V,EN>>
java.lang.Object
one.microstream.collections.AbstractChainEntry<E,K,V,EN>
one.microstream.collections.AbstractChainEntryLinked<E,K,V,EN>
- All Implemented Interfaces:
- Map.Entry<K,V>,- ChainStorage.Entry<E,K,V,EN>,- Composition,- KeyValue<K,V>
- Direct Known Subclasses:
- AbstractChainEntryLinkedHashed,- AbstractChainEntryLinkedKV,- ChainEntryLinkedStrong
public abstract class AbstractChainEntryLinked<E,K,V,EN extends AbstractChainEntryLinked<E,K,V,EN>> extends AbstractChainEntry<E,K,V,EN>
- 
Nested Class SummaryNested classes/interfaces inherited from class one.microstream.collections.AbstractChainEntryAbstractChainEntry.Head<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>Nested classes/interfaces inherited from interface one.microstream.typing.KeyValueKeyValue.Default<K,V>
- 
Constructor SummaryConstructors Constructor Description AbstractChainEntryLinked()
- 
Method SummaryModifier and Type Method Description static <E, K, V, C extends HashCollection<K>, EN extends AbstractChainEntryLinked<E, K, V, EN>>
 HashCollection.Analysis<C>analyzeSlots(C hashCollection, EN[] slots)Methods inherited from class one.microstream.collections.AbstractChainEntryassembleElement, assembleKey, assembleValue, chainString, key, setValue, toString, value
- 
Constructor Details- 
AbstractChainEntryLinkedpublic AbstractChainEntryLinked()
 
- 
- 
Method Details- 
analyzeSlotspublic static <E, K, V, C extends HashCollection<K>, EN extends AbstractChainEntryLinked<E, K, V, EN>> HashCollection.Analysis<C> analyzeSlots(C hashCollection, EN[] slots)
 
-