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

  /external/guava/guava-tests/test/com/google/common/collect/
TablesTest.java 47 Cell<String, Integer, Character> nullEntry
49 assertEquals("(null,null)=null", nullEntry.toString());
MapMakerInternalMapTest.java 22 import static com.google.common.collect.MapMakerInternalMap.nullEntry;
549 DummyEntry<Object, Object> nullEntry = DummyEntry.create(null, hash, entry);
551 ValueReference<Object, Object> nullValueRef = map.newValueReference(nullEntry, nullValue);
552 nullEntry.setValueReference(nullValueRef);
553 table.set(index, nullEntry);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 843 private enum NullEntry implements ReferenceEntry<Object, Object> {
1006 static <K, V> ReferenceEntry<K, V> nullEntry() {
1007 return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 771 private enum NullEntry implements ReferenceEntry<Object, Object> {
916 static <K, V> ReferenceEntry<K, V> nullEntry() {
917 return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 22 import static com.google.common.cache.LocalCache.nullEntry;
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 57 milliseconds