Generated by
JDiff

Interface com.google.common.collect.RangeMap

Added Methods
void merge(Range<K>, V, BiFunction<?, super, V, ?, super, V, ?, extends, V>) Merges a value into the map over a range by applying a remapping function.