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