Uses of Interface
com.carrotsearch.hppc.LongLookupContainer
-
Packages that use LongLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of LongLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongLookupContainer Modifier and Type Class Description classLongByteHashMap.KeysContainerA view of the keys inside this hash map.classLongCharHashMap.KeysContainerA view of the keys inside this hash map.classLongDoubleHashMap.KeysContainerA view of the keys inside this hash map.classLongFloatHashMap.KeysContainerA view of the keys inside this hash map.classLongHashSetA hash set oflongs, implemented using using open addressing with linear probing for collision resolution.classLongIntHashMap.KeysContainerA view of the keys inside this hash map.classLongLongHashMap.KeysContainerA view of the keys inside this hash map.classLongObjectHashMap.KeysContainerA view of the keys inside this hash map.classLongScatterSetSame asLongHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classLongShortHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc that return LongLookupContainer Modifier and Type Method Description LongLookupContainerBitSet. asLongLookupContainer()Returns a view over this bitset data compatible withLongLookupContainer.Methods in com.carrotsearch.hppc with parameters of type LongLookupContainer Modifier and Type Method Description intAbstractLongCollection. removeAll(LongLookupContainer c)Default implementation uses a predicate for removal.intLongCollection. removeAll(LongLookupContainer c)Removes all elements in this collection that are present inc.intAbstractLongCollection. retainAll(LongLookupContainer c)Default implementation uses a predicate for retaining.intLongCollection. retainAll(LongLookupContainer c)Keeps all elements in this collection that are present inc.
-