Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSet
Packages that use SynchronizedLongSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of SynchronizedLongSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return SynchronizedLongSetModifier and TypeMethodDescriptionstatic SynchronizedLongSetSynchronizedLongSet.of(MutableLongSet set) This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.static SynchronizedLongSetSynchronizedLongSet.of(MutableLongSet set, Object lock) This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.SynchronizedLongSet.with(long element) SynchronizedLongSet.withAll(LongIterable elements) SynchronizedLongSet.without(long element) SynchronizedLongSet.withoutAll(LongIterable elements)