| 
  Generated by JDiff  | 
||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED | ||||||
| Changed Classes and Interfaces | |
| 
  
   | 
  A function from {@code A} to {@code B} with an associated reverse function from {@code B} to {@code A}; used for converting back and forth between different representations of the same information. | 
| 
  
   | 
  A strategy for determining whether two instances are considered equivalent, and for computing hash codes in a manner consistent with that equivalence. | 
| 
  
   | 
  Wraps an object so that .equals(Object) and .hashCode() delegate to an Equivalence. | 
| 
  
   | 
  Determines an output value based on an input value; a pre-Java-8 version of java.util.function.Function. | 
| 
  
   | 
  An object which joins pieces of text (specified as an array, Iterable, varargs or even a
 Map) with a separator. It either appends the results to an Appendable or returns
 them as a String. Example:
 {@code
 Joiner joiner = Joiner.on("; ").skipNulls();
  . . .
 return joiner.join("Harry", null, "Ron", "Hermione");
 }
  | 
| 
  
   | 
  Support class for MoreObjects.toStringHelper. | 
| 
  
   | 
  Helper functions that can operate on any {@code Object}. | 
| 
  
   | 
  An immutable object that may contain a non-null reference to another object. | 
| 
  
   | 
  Static convenience methods that help a method or constructor check whether it was invoked correctly (that is, whether its preconditions were met). | 
| 
  
   | 
  Determines a true or false value for a given input; a pre-Java-8 version of java.util.function.Predicate. | 
| 
  
   | 
  Represents a System#getProperties() standard system property. | 
| 
  
   | 
  An object that measures elapsed time in nanoseconds. | 
| 
  
   | 
  Static utility methods pertaining to {@code String} or {@code CharSequence} instances. | 
| 
  
   | 
  A class that can supply objects of a single type; a pre-Java-8 version of java.util.function.Supplier. | 
| 
  
   | 
  Static utility methods pertaining to instances of Throwable. | 
| 
  
   | 
  Static convenience methods that serve the same purpose as Java language assertions, except that they are always enabled. | 
| 
  
   | 
  Exception thrown upon the failure of a verification check, including those performed by the convenience methods of the Verify class. | 
    
  | 
  |||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||