Generated by
JDiff

Interface com.google.common.collect.RangeSet

Changed Methods
void addAll(Iterable<Range<C>>) Changed from non-abstract to abstract. Adds all of the specified ranges to this range set (optional operation).
boolean enclosesAll(Iterable<Range<C>>) Changed from non-abstract to abstract. Returns {@code true} if for each range in {@code other} there exists a member range in this range set which Range#encloses encloses it.
void removeAll(Iterable<Range<C>>) Changed from non-abstract to abstract. Removes all of the specified ranges from this range set (optional operation).