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