Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSet
| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
-
Uses of UnmodifiableByteSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return UnmodifiableByteSet Modifier and Type Method Description static UnmodifiableByteSetUnmodifiableByteSet. of(MutableByteSet set)This method will take a MutableByteSet and wrap it directly in a UnmodifiableByteSet.UnmodifiableByteSetUnmodifiableByteSet. with(byte element)UnmodifiableByteSetUnmodifiableByteSet. withAll(ByteIterable elements)UnmodifiableByteSetUnmodifiableByteSet. without(byte element)UnmodifiableByteSetUnmodifiableByteSet. withoutAll(ByteIterable elements)