|
Generated by JDiff |
||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED | ||||||
| Changed Classes | |
|
|
Contains constant definitions for the six standard Charset instances, which are guaranteed to be supported by all Java platform implementations. |
|
|
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. |
|
|||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||