Uses of Class
com.almworks.integers.wrappers.LongIntHppcOpenHashMap
Packages that use LongIntHppcOpenHashMap
-
Uses of LongIntHppcOpenHashMap in com.almworks.integers.wrappers
Methods in com.almworks.integers.wrappers that return LongIntHppcOpenHashMapModifier and TypeMethodDescriptionstatic LongIntHppcOpenHashMapLongIntHppcOpenHashMap.createForAdd(int count) Creates new hashmap with default load factorstatic LongIntHppcOpenHashMapLongIntHppcOpenHashMap.createForAdd(int count, float loadFactor) Creates new hashmap with the specified load factor that is garanteed to not invokeresizeafter addingcountelementsstatic LongIntHppcOpenHashMapLongIntHppcOpenHashMap.createFrom(long[] keys, int[] values) static LongIntHppcOpenHashMapLongIntHppcOpenHashMap.createFrom(com.almworks.integers.LongIterable keys, com.almworks.integers.IntIterable values)