Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSet
Packages that use SynchronizedByteSet
Package
Description
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 SynchronizedByteSetModifier and TypeMethodDescriptionstatic 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.SynchronizedByteSet.with(byte element) SynchronizedByteSet.withAll(ByteIterable elements) SynchronizedByteSet.without(byte element) SynchronizedByteSet.withoutAll(ByteIterable elements)