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

  /external/guava/guava/src/com/google/common/collect/
SortedMapDifference.java 35 SortedMap<K, V> entriesOnlyOnLeft();
MapDifference.java 43 Map<K, V> entriesOnlyOnLeft();
66 * values returned by the {@link #entriesOnlyOnLeft()}, {@link
77 * Arrays.asList(entriesOnlyOnLeft(), entriesOnlyOnRight(),
Maps.java 417 public Map<K, V> entriesOnlyOnLeft() {
442 return entriesOnlyOnLeft().equals(other.entriesOnlyOnLeft())
451 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(),
599 @Override public SortedMap<K, V> entriesOnlyOnLeft() {
600 return (SortedMap<K, V>) super.entriesOnlyOnLeft();
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 414 public Map<K, V> entriesOnlyOnLeft() {
439 return entriesOnlyOnLeft().equals(other.entriesOnlyOnLeft())
448 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(),
596 @Override public SortedMap<K, V> entriesOnlyOnLeft() {
597 return (SortedMap<K, V>) super.entriesOnlyOnLeft();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 340 assertEquals(EMPTY, diff.entriesOnlyOnLeft());
350 assertEquals(EMPTY, diff.entriesOnlyOnLeft());
360 assertEquals(SINGLETON, diff.entriesOnlyOnLeft());
375 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff1.entriesOnlyOnLeft());
387 assertEquals(ImmutableMap.of(6, "z"), diff2.entriesOnlyOnLeft());
435 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff1.entriesOnlyOnLeft());
448 assertEquals(ImmutableMap.of(6, "Z"), diff2.entriesOnlyOnLeft());
473 assertEquals(SORTED_EMPTY, diff.entriesOnlyOnLeft());
484 assertEquals(SORTED_EMPTY, diff.entriesOnlyOnLeft());
495 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnLeft());
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 54 milliseconds