|
Generated by JDiff |
||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Removed Classes and Interfaces | |
|
A constraint that an element must satisfy in order to be added to a collection. |
|
Factories and utilities pertaining to the Constraint interface. |
|
A class exactly like MapMaker, except restricted in the types of maps it can build. |
Added Classes | |
|
A builder for a multimap implementation that allows customization of the backing map and value collection implementations used in a particular multimap. |
|
A specialization of MultimapBuilder that generates ListMultimap instances. |
|
An intermediate stage in a MultimapBuilder in which the key-value collection map implementation has been specified, but the value collection implementation has not. |
|
A specialization of MultimapBuilder that generates SetMultimap instances. |
|
A specialization of MultimapBuilder that generates SortedSetMultimap instances. |
Changed Classes | |
|
A utility for performing a chained comparison statement. |
|
A non-blocking queue which automatically evicts elements from the head of the queue when attempting to add new elements onto the queue and it is full. |
|
A sorted map which forwards all its method calls to another sorted map. |
|
A class-to-instance map backed by an ImmutableMap. |
|
Static utility methods pertaining to Map instances (including instances of SortedMap, BiMap, etc.). |
|
A range (or "interval") defines the boundaries around a contiguous span of values of some {@code Comparable} type; for example, "integers from 1 to 100 inclusive." Note that it is not possible to iterate over these contained values. |
|
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |