Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableShortCollection
-
Packages that use UnmodifiableShortCollection Package Description org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces. -
-
Uses of UnmodifiableShortCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return UnmodifiableShortCollection Modifier and Type Method Description static UnmodifiableShortCollection
UnmodifiableShortCollection. of(MutableShortCollection collection)
This method will take a MutableShortCollection and wrap it directly in a UnmodifiableShortCollection.
-