Uses of Interface
one.microstream.collections.interfaces.ChainStorage.Entry
-
Packages that use ChainStorage.Entry Package Description one.microstream.collections one.microstream.collections.interfaces -
-
Uses of ChainStorage.Entry in one.microstream.collections
Classes in one.microstream.collections that implement ChainStorage.Entry Modifier and Type Class Description class
AbstractChainEntry<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>
static class
AbstractChainEntry.Head<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>
class
AbstractChainEntryLinked<E,K,V,EN extends AbstractChainEntryLinked<E,K,V,EN>>
class
AbstractChainEntryLinkedHashed<E,K,V,EN extends AbstractChainEntryLinkedHashed<E,K,V,EN>>
class
AbstractChainEntryLinkedKV<K,V,EN extends AbstractChainEntryLinkedKV<K,V,EN>>
class
AbstractChainEntryLinkedKVHashed<K,V,EN extends AbstractChainEntryLinkedKVHashed<K,V,EN>>
class
ChainEntryLinkedHashedStrong<E>
class
ChainEntryLinkedStrong<E>
-
Uses of ChainStorage.Entry in one.microstream.collections.interfaces
Classes in one.microstream.collections.interfaces with type parameters of type ChainStorage.Entry Modifier and Type Interface Description interface
ChainStorage<E,K,V,EN extends ChainStorage.Entry<E,K,V,EN>>
static interface
ChainStorage.Entry<E,K,V,EN extends ChainStorage.Entry<E,K,V,EN>>
-