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 classLongHashSet.SynchronizedMethods in org.greenrobot.essentials.collections that return LongHashSet Modifier and Type Method Description static LongHashSetLongHashSet. createSynchronized()Creates a synchronized (thread-safe) LongHashSet.static LongHashSetLongHashSet. createSynchronized(int capacity)Creates a synchronized (thread-safe) LongHashSet using the given initial capacity.
-