| Package | Description |
|---|---|
| com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedByteSet |
SynchronizedByteSet.of(com.gs.collections.api.set.primitive.MutableByteSet set)
This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.
|
static SynchronizedByteSet |
SynchronizedByteSet.of(com.gs.collections.api.set.primitive.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(com.gs.collections.api.ByteIterable elements) |
SynchronizedByteSet |
SynchronizedByteSet.without(byte element) |
SynchronizedByteSet |
SynchronizedByteSet.withoutAll(com.gs.collections.api.ByteIterable elements) |