Generated by
JDiff

Package com.google.common.collect

Added Classes and Interfaces
Streams Static utility methods related to {@code Stream} instances.
Streams.DoubleFunctionWithIndex An analogue of java.util.function.DoubleFunction also accepting an index.
Streams.FunctionWithIndex An analogue of java.util.function.Function also accepting an index.
Streams.IntFunctionWithIndex An analogue of java.util.function.IntFunction also accepting an index.
Streams.LongFunctionWithIndex An analogue of java.util.function.LongFunction also accepting an index.
 

Changed Classes
Comparators Provides static methods for working with Comparator instances.
Queues Static utility methods pertaining to Queue and Deque instances.
TreeRangeMap An implementation of {@code RangeMap} based on a {@code TreeMap}, supporting all optional operations.