Uses of Class
org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollection
Packages that use UnmodifiableMutableCollection
-
Uses of UnmodifiableMutableCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable that return UnmodifiableMutableCollectionModifier and TypeMethodDescriptionstatic <E,C extends Collection<E>>
UnmodifiableMutableCollection<E>UnmodifiableMutableCollection.of(C collection) This method will take a MutableCollection and wrap it directly in a UnmodifiableMutableCollection.