Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableIntCollection
Packages that use UnmodifiableIntCollection
Package
Description
This package contains implementations of the mutable primitive collection interfaces.
-
Uses of UnmodifiableIntCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return UnmodifiableIntCollectionModifier and TypeMethodDescriptionstatic UnmodifiableIntCollection
UnmodifiableIntCollection.of
(MutableIntCollection collection) This method will take a MutableIntCollection and wrap it directly in a UnmodifiableIntCollection.