Searched defs:entriesOnlyOnRight (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedMapDifference.java38 SortedMap<K, V> entriesOnlyOnRight(); method in interface:SortedMapDifference
H A DMapDifference.java49 Map<K, V> entriesOnlyOnRight(); method in interface:MapDifference
67 * #entriesOnlyOnRight()}, {@link #entriesInCommon()} and {@link
77 * Arrays.asList(entriesOnlyOnLeft(), entriesOnlyOnRight(),
H A DMaps.java422 public Map<K, V> entriesOnlyOnRight() { method in class:Maps.MapDifferenceImpl
443 && entriesOnlyOnRight().equals(other.entriesOnlyOnRight())
451 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(),
603 @Override public SortedMap<K, V> entriesOnlyOnRight() { method in class:Maps.SortedMapDifferenceImpl
604 return (SortedMap<K, V>) super.entriesOnlyOnRight();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java419 public Map<K, V> entriesOnlyOnRight() { method in class:Maps.MapDifferenceImpl
440 && entriesOnlyOnRight().equals(other.entriesOnlyOnRight())
448 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(),
600 @Override public SortedMap<K, V> entriesOnlyOnRight() { method in class:Maps.SortedMapDifferenceImpl
601 return (SortedMap<K, V>) super.entriesOnlyOnRight();

Completed in 182 milliseconds