Searched refs:setEmptyValue (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | StringJoinerTest.java | 109 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/ |
D | StringJoiner.java | 145 public StringJoiner setEmptyValue(CharSequence emptyValue) { in setEmptyValue() method in StringJoiner
|
/libcore/api/ |
D | current.txt | 13891 method public java.util.StringJoiner setEmptyValue(CharSequence);
|