Class ValueMutator
java.lang.Object
de.xima.fc.common.value.ValueMutator
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V> VtoMutable(V value) static <V> List<V> toMutableList(List<? extends V> list) static <K,V> Map <K, V> toMutableMap(Map<? extends K, ? extends V> map) static <K,V> Map <K, V> toMutableMap(Map<? extends K, ? extends V> map, IntFunction<Map<K, V>> mapFactory)
-
Method Details
-
toMutable
public static <V> V toMutable(V value) -
toMutableList
-
toMutableMap
public static <K,V> Map<K,V> toMutableMap(Map<? extends K, ? extends V> map, IntFunction<Map<K, V>> mapFactory) -
toMutableMap
-