Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DSortedMapDifference.java38 SortedMap<K, V> entriesOnlyOnRight(); in entriesOnlyOnRight() method
DMapDifference.java49 Map<K, V> entriesOnlyOnRight(); in entriesOnlyOnRight() method
DMaps.java422 public Map<K, V> entriesOnlyOnRight() { in entriesOnlyOnRight() method in Maps.MapDifferenceImpl
603 @Override public SortedMap<K, V> entriesOnlyOnRight() { in entriesOnlyOnRight() method in Maps.SortedMapDifferenceImpl
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java419 public Map<K, V> entriesOnlyOnRight() { in entriesOnlyOnRight() method in Maps.MapDifferenceImpl
600 @Override public SortedMap<K, V> entriesOnlyOnRight() { in entriesOnlyOnRight() method in Maps.SortedMapDifferenceImpl