Uses of Class
org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMap
-
Packages that use UnmodifiableMutableMap Package Description org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface. -
-
Uses of UnmodifiableMutableMap in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return UnmodifiableMutableMap Modifier and Type Method Description static <K,V,M extends Map<K,V>>
UnmodifiableMutableMap<K,V>UnmodifiableMutableMap. of(M map)This method will take a MutableMap and wrap it directly in a UnmodifiableMutableMap.
-