Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSet
Packages that use UnmodifiableByteSet
Package
Description
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 UnmodifiableByteSetModifier and TypeMethodDescriptionstatic UnmodifiableByteSetUnmodifiableByteSet.of(MutableByteSet set) This method will take a MutableByteSet and wrap it directly in a UnmodifiableByteSet.UnmodifiableByteSet.with(byte element) UnmodifiableByteSet.withAll(ByteIterable elements) UnmodifiableByteSet.without(byte element) UnmodifiableByteSet.withoutAll(ByteIterable elements)