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 private static HashOrderMixingStrategyHashOrderMixing. DETERMINISTICprotected HashOrderMixingStrategyCharByteHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharCharHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharDoubleHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharFloatHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharHashSet. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharIntHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharLongHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharObjectHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyCharShortHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntByteHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntCharHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntDoubleHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntFloatHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntHashSet. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntIntHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntLongHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntObjectHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyIntShortHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongByteHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongCharHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongDoubleHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongFloatHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongHashSet. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongIntHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongLongHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongObjectHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyLongShortHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectByteHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectCharHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyObjectDoubleHashMap. 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.protected HashOrderMixingStrategyObjectShortHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortByteHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortCharHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortDoubleHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortFloatHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortHashSet. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortIntHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortLongHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortObjectHashMap. orderMixerPer-instance hash order mixing strategy.protected HashOrderMixingStrategyShortShortHashMap. 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 CharByteHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharCharHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharDoubleHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharFloatHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharHashSet(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharIntHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharLongHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharObjectHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.CharShortHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntByteHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntCharHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntDoubleHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntFloatHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntHashSet(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntIntHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.IntLongHashMap(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.IntShortHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.LongByteHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.LongCharHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.LongDoubleHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.LongFloatHashMap(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.LongLongHashMap(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.LongShortHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectByteHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectByteIdentityHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectCharHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectCharIdentityHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectDoubleHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectDoubleIdentityHashMap(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.ObjectFloatIdentityHashMap(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.ObjectIdentityHashSet(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.ObjectIntIdentityHashMap(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.ObjectLongIdentityHashMap(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.ObjectObjectIdentityHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectShortHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ObjectShortIdentityHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortByteHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortCharHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortDoubleHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortFloatHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortHashSet(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortIntHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortLongHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortObjectHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.ShortShortHashMap(int expectedElements, double loadFactor, HashOrderMixingStrategy orderMixer)New instance with the provided defaults.
-