Generated by
JDiff

Class com.google.common.collect.ImmutableMap

Removed Methods
V compute(K, BiFunction<?, super, K, ?, super, V, ?, extends, V>) Guaranteed to throw an exception and leave the map unmodified.
V computeIfAbsent(K, Function<?, super, K, ?, extends, V>) Guaranteed to throw an exception and leave the map unmodified.
V computeIfPresent(K, BiFunction<?, super, K, ?, super, V, ?, extends, V>) Guaranteed to throw an exception and leave the map unmodified.
V merge(K, V, BiFunction<?, super, V, ?, super, V, ?, extends, V>) Guaranteed to throw an exception and leave the map unmodified.
V putIfAbsent(K, V) Guaranteed to throw an exception and leave the map unmodified.
boolean remove(Object, Object) Guaranteed to throw an exception and leave the map unmodified.
V replace(K, V) Guaranteed to throw an exception and leave the map unmodified.
boolean replace(K, V, V) Guaranteed to throw an exception and leave the map unmodified.
void replaceAll(BiFunction<?, super, K, ?, super, V, ?, extends, V>) Guaranteed to throw an exception and leave the map unmodified.