Home | History | Annotate | Download | only in collect

Lines Matching refs:leftValue

300       V leftValue = entry.getValue();
303 if (Objects.equal(leftValue, rightValue)) {
304 onBoth.put(leftKey, leftValue);
308 leftValue, rightValue));
312 onlyOnLeft.put(leftKey, leftValue);
408 public V leftValue() {
420 return Objects.equal(this.left, that.leftValue())