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