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 SynchronizedByteSetSynchronizedByteSet. of(MutableByteSet set)This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.static SynchronizedByteSetSynchronizedByteSet. of(MutableByteSet set, Object lock)This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.SynchronizedByteSetSynchronizedByteSet. with(byte element)SynchronizedByteSetSynchronizedByteSet. withAll(ByteIterable elements)SynchronizedByteSetSynchronizedByteSet. without(byte element)SynchronizedByteSetSynchronizedByteSet. withoutAll(ByteIterable elements)
-