Uses of Interface
com.carrotsearch.hppc.HashOrderMixingStrategy
-
Packages that use HashOrderMixingStrategy Package Description com.carrotsearch.hppc -
-
Uses of HashOrderMixingStrategy in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement HashOrderMixingStrategy Modifier and Type Class Description classRandomizedHashOrderMixerRandomized hash order.Fields in com.carrotsearch.hppc declared as HashOrderMixingStrategy Modifier and Type Field Description protected HashOrderMixingStrategyIntHashSet. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntObjectHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongHashSet. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongIntHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongObjectHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectFloatHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectHashSet. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectIntHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectLongHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectObjectHashMap. orderMixerPer-instance hash order mixing strategy.Methods in com.carrotsearch.hppc that return HashOrderMixingStrategy Modifier and Type Method Description HashOrderMixingStrategyHashOrderMixingStrategy. clone()HashOrderMixingStrategyRandomizedHashOrderMixer. clone()static HashOrderMixingStrategyHashOrderMixing. constant(long seed)A constantHashOrderMixingStrategy.static HashOrderMixingStrategyHashOrderMixing. defaultStrategy()Returns the currently configured defaultHashOrderMixingStrategy.static HashOrderMixingStrategyHashOrderMixing. deterministic()Deprecated.Permanently deprecated as a warning signal.static HashOrderMixingStrategyHashOrderMixing. none()Deprecated.Permanently deprecated as a warning signal.static HashOrderMixingStrategyHashOrderMixing. randomized()Returns a randomizedHashOrderMixingStrategythat issues unique per-container seed.Constructors in com.carrotsearch.hppc with parameters of type HashOrderMixingStrategy Constructor Description IntHashSet(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntObjectHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.LongHashSet(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.LongIntHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.LongObjectHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectFloatHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectHashSet(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectIntHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectLongHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectObjectHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.
-