Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSet
-
Packages that use SynchronizedByteSet Package Description org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of SynchronizedByteSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return SynchronizedByteSet Modifier and Type Method Description static SynchronizedByteSet
SynchronizedByteSet. of(MutableByteSet set)
This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.static SynchronizedByteSet
SynchronizedByteSet. of(MutableByteSet set, java.lang.Object lock)
This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.SynchronizedByteSet
SynchronizedByteSet. with(byte element)
SynchronizedByteSet
SynchronizedByteSet. withAll(ByteIterable elements)
SynchronizedByteSet
SynchronizedByteSet. without(byte element)
SynchronizedByteSet
SynchronizedByteSet. withoutAll(ByteIterable elements)
-