Uses of Class
one.microstream.collections.ChainEntryLinkedStrong
Package | Description |
---|---|
one.microstream.collections |
-
Uses of ChainEntryLinkedStrong in one.microstream.collections
Methods in one.microstream.collections that return types with arguments of type ChainEntryLinkedStrong Modifier and Type Method Description protected ChainStorage<E,E,E,ChainEntryLinkedStrong<E>>
ConstHashEnum. getInternalStorageChain()
protected ChainStorage<E,E,E,ChainEntryLinkedStrong<E>>
HashEnum. getInternalStorageChain()
Methods in one.microstream.collections with parameters of type ChainEntryLinkedStrong Modifier and Type Method Description protected void
ConstHashEnum. internalRemoveEntry(ChainEntryLinkedStrong<E> entry)
protected void
HashEnum. internalRemoveEntry(ChainEntryLinkedStrong<E> entry)
Constructors in one.microstream.collections with parameters of type ChainEntryLinkedStrong Constructor Description ChainEntryLinkedStrong(E element, ChainEntryLinkedStrong<E> link)