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