Uses of Class
one.microstream.collections.lazy.LazyHashMap.Entry
Package | Description |
---|---|
one.microstream.collections.lazy |
-
Uses of LazyHashMap.Entry in one.microstream.collections.lazy
Classes in one.microstream.collections.lazy with type parameters of type LazyHashMap.Entry Modifier and Type Class Description class
LazyHashMap.Segment<E extends LazyHashMap.Entry<K,V>>
Methods in one.microstream.collections.lazy that return LazyHashMap.Entry Modifier and Type Method Description LazyHashMap.Entry<K,V>
LazyHashMap.Segment. getByHash(int hash, Object key)
Search for an entry by its keys hash and value.