Uses of Interface
com.carrotsearch.hppc.DoubleLookupContainer
-
Packages that use DoubleLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of DoubleLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement DoubleLookupContainer Modifier and Type Class Description classDoubleByteHashMap.KeysContainerA view of the keys inside this hash map.classDoubleCharHashMap.KeysContainerA view of the keys inside this hash map.classDoubleDoubleHashMap.KeysContainerA view of the keys inside this hash map.classDoubleFloatHashMap.KeysContainerA view of the keys inside this hash map.classDoubleHashSetA hash set ofdoubles, implemented using using open addressing with linear probing for collision resolution.classDoubleIntHashMap.KeysContainerA view of the keys inside this hash map.classDoubleLongHashMap.KeysContainerA view of the keys inside this hash map.classDoubleObjectHashMap.KeysContainerA view of the keys inside this hash map.classDoubleScatterSetSame asDoubleHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classDoubleShortHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type DoubleLookupContainer Modifier and Type Method Description intAbstractDoubleCollection. removeAll(DoubleLookupContainer c)Default implementation uses a predicate for removal.intDoubleCollection. removeAll(DoubleLookupContainer c)Removes all elements in this collection that are present inc.intAbstractDoubleCollection. retainAll(DoubleLookupContainer c)Default implementation uses a predicate for retaining.intDoubleCollection. retainAll(DoubleLookupContainer c)Keeps all elements in this collection that are present inc.
-