Searched defs:setEmptyValue (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DStringJoiner.java34 * However, if the {@code setEmptyValue} method is called, the {@code emptyValue}
93 * unless {@code setEmptyValue} has first been called.
109 * {@code setEmptyValue} has first been called.
145 public StringJoiner setEmptyValue(CharSequence emptyValue) { method in class:StringJoiner

Completed in 47 milliseconds