Uses of Class
org.greenrobot.essentials.collections.LongHashMap
-
Packages that use LongHashMap Package Description org.greenrobot.essentials.collections -
-
Uses of LongHashMap in org.greenrobot.essentials.collections
Subclasses of LongHashMap in org.greenrobot.essentials.collections Modifier and Type Class Description protected static class
LongHashMap.Synchronized<T>
Methods in org.greenrobot.essentials.collections that return LongHashMap Modifier and Type Method Description static <T> LongHashMap<T>
LongHashMap. createSynchronized()
Creates a synchronized (thread-safe) LongHashSet.static <T> LongHashMap<T>
LongHashMap. createSynchronized(int capacity)
Creates a synchronized (thread-safe) LongHashSet using the given initial capacity.
-