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