Home | History | Annotate | Download | only in collect

Lines Matching defs:onlyOnRight

293     Map<K, V> onlyOnRight = new HashMap<K, V>(right); // will whittle it down
302 V rightValue = onlyOnRight.remove(leftKey);
316 boolean areEqual = eq && onlyOnRight.isEmpty();
318 areEqual, onlyOnLeft, onlyOnRight, onBoth, differences);
325 final Map<K, V> onlyOnRight;
330 Map<K, V> onlyOnRight, Map<K, V> onBoth,
334 this.onlyOnRight = Collections.unmodifiableMap(onlyOnRight);
348 return onlyOnRight;
387 if (!onlyOnRight.isEmpty()) {
388 result.append(": only on right=").append(onlyOnRight);