Uses of Class
org.greenrobot.essentials.collections.LongHashMap
Packages that use LongHashMap
-
Uses of LongHashMap in org.greenrobot.essentials.collections
Subclasses of LongHashMap in org.greenrobot.essentials.collectionsMethods in org.greenrobot.essentials.collections that return LongHashMapModifier and TypeMethodDescriptionstatic <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.