-
Classes in one.microstream.collections that implement ChainStorage
Modifier and Type |
Class |
Description |
class |
AbstractChainKeyValueStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>> |
|
class |
AbstractChainStorage<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>> |
|
class |
ChainStorageStrong<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>> |
|
class |
ChainStrongStrongStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>> |
|
Methods in one.microstream.collections that return ChainStorage
Modifier and Type |
Method |
Description |
protected abstract ChainStorage<E,K,V,EN> |
AbstractChainCollection.getInternalStorageChain() |
|
protected ChainStorage<E,E,E,ChainEntryLinkedStrong<E>> |
ConstHashEnum.getInternalStorageChain() |
|
protected ChainStorage<E,E,E,ChainEntryLinkedHashedStrong<E>> |
EqConstHashEnum.getInternalStorageChain() |
|
protected ChainStorage<E,E,E,ChainEntryLinkedHashedStrong<E>> |
EqHashEnum.getInternalStorageChain() |
|
protected ChainStorage<E,E,E,ChainEntryLinkedStrong<E>> |
HashEnum.getInternalStorageChain() |
|
-