Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSet
| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.mutable.primitive |
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 SynchronizedLongSet Modifier and Type Method Description static 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.SynchronizedLongSetSynchronizedLongSet. with(long element)SynchronizedLongSetSynchronizedLongSet. withAll(LongIterable elements)SynchronizedLongSetSynchronizedLongSet. without(long element)SynchronizedLongSetSynchronizedLongSet. withoutAll(LongIterable elements)