Package one.microstream.collections
Class AbstractChainEntryLinkedKV<K,V,EN extends AbstractChainEntryLinkedKV<K,V,EN>>
java.lang.Object
one.microstream.collections.AbstractChainEntry<E,K,V,EN>
one.microstream.collections.AbstractChainEntryLinked<KeyValue<K,V>,K,V,EN>
one.microstream.collections.AbstractChainEntryLinkedKV<K,V,EN>
- All Implemented Interfaces:
Map.Entry<K,V>
,ChainStorage.Entry<KeyValue<K,V>,K,V,EN>
,Composition
,KeyValue<K,V>
- Direct Known Subclasses:
AbstractChainEntryLinkedKVHashed
public abstract class AbstractChainEntryLinkedKV<K,V,EN extends AbstractChainEntryLinkedKV<K,V,EN>> extends AbstractChainEntryLinked<KeyValue<K,V>,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>>
Nested classes/interfaces inherited from interface one.microstream.typing.KeyValue
KeyValue.Default<K,V>
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractChainEntryLinkedKV(EN link)
-
Method Summary
Methods inherited from class one.microstream.collections.AbstractChainEntry
assembleElement, assembleKey, assembleValue, chainString, element, emptyKey, emptyValue, hasNullElement, hasNullKey, hasNullValue, key, removeFrom, sameKV, set0, setElement, setElement0, setKey, setKey0, setValue, setValue0, value