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 SynchronizedLongSet
SynchronizedLongSet. of(MutableLongSet set)
This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.static SynchronizedLongSet
SynchronizedLongSet. of(MutableLongSet set, Object lock)
This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.SynchronizedLongSet
SynchronizedLongSet. with(long element)
SynchronizedLongSet
SynchronizedLongSet. withAll(LongIterable elements)
SynchronizedLongSet
SynchronizedLongSet. without(long element)
SynchronizedLongSet
SynchronizedLongSet. withoutAll(LongIterable elements)