Package com.google.common.collect
Class MapMakerInternalMap.DummyInternalEntry
java.lang.Object
com.google.common.collect.MapMakerInternalMap.DummyInternalEntry
- All Implemented Interfaces:
MapMakerInternalMap.InternalEntry<Object,Object, MapMakerInternalMap.DummyInternalEntry>
- Enclosing class:
- MapMakerInternalMap<K,
V, E extends MapMakerInternalMap.InternalEntry<K, V, E>, S extends MapMakerInternalMap.Segment<K, V, E, S>>
static final class MapMakerInternalMap.DummyInternalEntry
extends Object
implements MapMakerInternalMap.InternalEntry<Object,Object,MapMakerInternalMap.DummyInternalEntry>
A dummy implementation of
MapMakerInternalMap.InternalEntry, solely for use in the type signature of MapMakerInternalMap.UNSET_WEAK_VALUE_REFERENCE below.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DummyInternalEntry
private DummyInternalEntry()
-
-
Method Details
-
getNext
Description copied from interface:MapMakerInternalMap.InternalEntryGets the next entry in the chain.- Specified by:
getNextin interfaceMapMakerInternalMap.InternalEntry<Object,Object, MapMakerInternalMap.DummyInternalEntry>
-
getHash
public int getHash()Description copied from interface:MapMakerInternalMap.InternalEntryGets the entry's hash.- Specified by:
getHashin interfaceMapMakerInternalMap.InternalEntry<Object,Object, MapMakerInternalMap.DummyInternalEntry>
-
getKey
Description copied from interface:MapMakerInternalMap.InternalEntryGets the key for this entry.- Specified by:
getKeyin interfaceMapMakerInternalMap.InternalEntry<Object,Object, MapMakerInternalMap.DummyInternalEntry>
-
getValue
Description copied from interface:MapMakerInternalMap.InternalEntryGets the value for the entry.- Specified by:
getValuein interfaceMapMakerInternalMap.InternalEntry<Object,Object, MapMakerInternalMap.DummyInternalEntry>
-