Lines Matching refs:Objects
22 import com.google.common.base.Objects;
303 if (Objects.equal(leftValue, rightValue)) {
374 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(),
420 return Objects.equal(this.left, that.leftValue())
421 && Objects.equal(this.right, that.rightValue());
427 return Objects.hashCode(left, right);
1051 if (Objects.equal(o, entry.getValue()) && predicate.apply(entry)) {