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