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