Package one.microstream.collections
Class AbstractChainEntryLinkedHashed<E,K,V,EN extends AbstractChainEntryLinkedHashed<E,K,V,EN>>
- java.lang.Object
-
- one.microstream.collections.AbstractChainEntry<E,K,V,EN>
-
- one.microstream.collections.AbstractChainEntryLinked<E,K,V,EN>
-
- one.microstream.collections.AbstractChainEntryLinkedHashed<E,K,V,EN>
-
- All Implemented Interfaces:
Map.Entry<K,V>
,ChainStorage.Entry<E,K,V,EN>
,Composition
,KeyValue<K,V>
- Direct Known Subclasses:
ChainEntryLinkedHashedStrong
public abstract class AbstractChainEntryLinkedHashed<E,K,V,EN extends AbstractChainEntryLinkedHashed<E,K,V,EN>> extends AbstractChainEntryLinked<E,K,V,EN>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class one.microstream.collections.AbstractChainEntry
AbstractChainEntry.Head<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>, AbstractChainEntry.Hopper
-
Nested classes/interfaces inherited from interface one.microstream.typing.KeyValue
KeyValue.Default<K,V>
-
-
Field Summary
-
Fields inherited from class one.microstream.collections.AbstractChainEntry
HOP_NEXT, HOP_PREV
-
-
Constructor Summary
Constructors Constructor Description AbstractChainEntryLinkedHashed()
-
Method Summary
-
Methods inherited from class one.microstream.collections.AbstractChainEntryLinked
analyzeSlots
-
Methods inherited from class one.microstream.collections.AbstractChainEntry
assembleElement, assembleKey, assembleValue, chainString, key, setValue, toString, value
-
-