HomeSort by relevance Sort by last modified time
    Searched refs:keyTwo (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 426 Object keyTwo = new Object();
428 int hashTwo = map.hash(keyTwo);
429 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne);
434 assertSame(keyTwo, entryTwo.getKey());
451 Object keyTwo = new Object();
453 int hashTwo = map.hash(keyTwo);
454 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne);
472 assertSame(keyTwo, copyTwo.getKey());
888 Object keyTwo = new Object();
890 int hashTwo = map.hash(keyTwo);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]

Completed in 59 milliseconds