| Package | Description |
|---|---|
| org.eclipse.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(MutableByteSet set)
This method will take a MutableByteSet and wrap it directly in a UnmodifiableByteSet.
|
UnmodifiableByteSet |
UnmodifiableByteSet.with(byte element) |
UnmodifiableByteSet |
UnmodifiableByteSet.withAll(ByteIterable elements) |
UnmodifiableByteSet |
UnmodifiableByteSet.without(byte element) |
UnmodifiableByteSet |
UnmodifiableByteSet.withoutAll(ByteIterable elements) |
Copyright © 2004–2022. All rights reserved.