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