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>