Uses of Class
org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollection
-
Packages that use UnmodifiableMutableCollection Package Description org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface. -
-
Uses of UnmodifiableMutableCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable that return UnmodifiableMutableCollection Modifier and Type Method Description static <E,C extends Collection<E>>
UnmodifiableMutableCollection<E>UnmodifiableMutableCollection. of(C collection)This method will take a MutableCollection and wrap it directly in a UnmodifiableMutableCollection.
-