Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSet
-
Packages that use 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 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)
-