HomeSort by relevance Sort by last modified time
    Searched defs:entriesOnlyOnRight (Results 1 - 7 of 7) sorted by null

  /external/guava/guava/src/com/google/common/collect/
SortedMapDifference.java 38 SortedMap<K, V> entriesOnlyOnRight();
MapDifference.java 49 Map<K, V> entriesOnlyOnRight();
67 * #entriesOnlyOnRight()}, {@link #entriesInCommon()} and {@link
77 * Arrays.asList(entriesOnlyOnLeft(), entriesOnlyOnRight(),
Maps.java 422 public Map<K, V> entriesOnlyOnRight() {
443 && entriesOnlyOnRight().equals(other.entriesOnlyOnRight())
451 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(),
603 @Override public SortedMap<K, V> entriesOnlyOnRight() {
604 return (SortedMap<K, V>) super.entriesOnlyOnRight();
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 419 public Map<K, V> entriesOnlyOnRight() {
440 && entriesOnlyOnRight().equals(other.entriesOnlyOnRight())
448 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(),
600 @Override public SortedMap<K, V> entriesOnlyOnRight() {
601 return (SortedMap<K, V>) super.entriesOnlyOnRight();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 341 assertEquals(EMPTY, diff.entriesOnlyOnRight());
351 assertEquals(SINGLETON, diff.entriesOnlyOnRight());
361 assertEquals(EMPTY, diff.entriesOnlyOnRight());
376 assertEquals(ImmutableMap.of(6, "z"), diff1.entriesOnlyOnRight());
388 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff2.entriesOnlyOnRight());
436 assertEquals(ImmutableMap.of(6, "Z"), diff1.entriesOnlyOnRight());
449 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff2.entriesOnlyOnRight());
474 assertEquals(SORTED_EMPTY, diff.entriesOnlyOnRight());
485 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnRight());
496 assertEquals(SORTED_EMPTY, diff.entriesOnlyOnRight());
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 54 milliseconds