Searched refs:emptyValue (Results 1 – 2 of 2) sorted by relevance
84 private String emptyValue; field in StringJoiner128 this.emptyValue = this.prefix + this.suffix; in StringJoiner()145 public StringJoiner setEmptyValue(CharSequence emptyValue) { in setEmptyValue() argument146 this.emptyValue = Objects.requireNonNull(emptyValue, in setEmptyValue()162 return emptyValue; in toString()245 emptyValue.length()); in length()
111 final O emptyValue; field in FindOps.FindOp129 O emptyValue, in FindOp() argument134 this.emptyValue = emptyValue; in FindOp()153 return result != null ? result : emptyValue; in evaluateSequential()273 return op.emptyValue; in getEmptyResult()