Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSet
Packages that use UnmodifiableIntSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of UnmodifiableIntSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return UnmodifiableIntSetModifier and TypeMethodDescriptionstatic UnmodifiableIntSetUnmodifiableIntSet.of(MutableIntSet set) This method will take a MutableIntSet and wrap it directly in a UnmodifiableIntSet.UnmodifiableIntSet.with(int element) UnmodifiableIntSet.withAll(IntIterable elements) UnmodifiableIntSet.without(int element) UnmodifiableIntSet.withoutAll(IntIterable elements)