|
Generated by JDiff |
||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED | ||||||
| Added Classes | |
|
|
Represents a System#getProperties() standard system property. |
| Changed Classes | |
|
|
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");}
|
|
|
An object that joins map entries in the same manner as {@code Joiner} joins iterables and arrays. |
|
|
Extracts non-overlapping substrings from an input string, typically by recognizing appearances of a separator sequence. |
|
|
An object that measures elapsed time in nanoseconds. |
|
|||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||