Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSet
-
Packages that use UnmodifiableIntSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 UnmodifiableIntSet Modifier and Type Method Description static UnmodifiableIntSetUnmodifiableIntSet. of(MutableIntSet set)This method will take a MutableIntSet and wrap it directly in a UnmodifiableIntSet.UnmodifiableIntSetUnmodifiableIntSet. with(int element)UnmodifiableIntSetUnmodifiableIntSet. withAll(IntIterable elements)UnmodifiableIntSetUnmodifiableIntSet. without(int element)UnmodifiableIntSetUnmodifiableIntSet. withoutAll(IntIterable elements)
-