| 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 UnmodifiableByteSet |
UnmodifiableByteSet.of(com.gs.collections.api.set.primitive.MutableByteSet set)
This method will take a MutableByteSet and wrap it directly in a UnmodifiableByteSet.
|
UnmodifiableByteSet |
UnmodifiableByteSet.with(byte element) |
UnmodifiableByteSet |
UnmodifiableByteSet.withAll(com.gs.collections.api.ByteIterable elements) |
UnmodifiableByteSet |
UnmodifiableByteSet.without(byte element) |
UnmodifiableByteSet |
UnmodifiableByteSet.withoutAll(com.gs.collections.api.ByteIterable elements) |