Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of SynchronizedByteSet in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeMethodDescriptionstatic SynchronizedByteSet
SynchronizedByteSet.of
(MutableByteSet set) This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.static SynchronizedByteSet
SynchronizedByteSet.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)