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 LongHashSetLongHashSet.createSynchronized()Creates a synchronized (thread-safe) LongHashSet.static LongHashSetLongHashSet.createSynchronized(int capacity) Creates a synchronized (thread-safe) LongHashSet using the given initial capacity.