Uses of Class
org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSet
-
Packages that use UnmodifiableMutableSet Package Description org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet. -
-
Uses of UnmodifiableMutableSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return UnmodifiableMutableSet Modifier and Type Method Description UnmodifiableMutableSet<T>UnmodifiableMutableSet. clone()static <E,S extends Set<E>>
UnmodifiableMutableSet<E>UnmodifiableMutableSet. of(S set)This method will take a MutableSet and wrap it directly in a UnmodifiableMutableSet.
-