Home
last modified time | relevance | path

Searched refs:setEmptyValue (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DStringJoinerTest.java109 StringJoiner sj = new StringJoiner(",", "[", "]").setEmptyValue("EMPTY"); in testSetEmptyValue()
114 StringJoiner sj = new StringJoiner(",", "[", "]").add("FOOBAR").setEmptyValue(""); in testSetEmptyValuePopulated()
119 StringJoiner sj = new StringJoiner(",").add("").setEmptyValue("FOOBAR"); in testSetEmptyValuePopulated2()
124 StringJoiner sj = new StringJoiner(",", "[", "]").setEmptyValue(""); in testSetEmptyValueEmpty()
130 StringJoiner sj = new StringJoiner(",", "[", "]").setEmptyValue(null); in testSetEmptyValueNull()
/libcore/ojluni/src/main/java/java/util/
DStringJoiner.java145 public StringJoiner setEmptyValue(CharSequence emptyValue) { in setEmptyValue() method in StringJoiner
/libcore/api/
Dcurrent.txt13891 method public java.util.StringJoiner setEmptyValue(CharSequence);