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.InternalEntry
Gets the next entry in the chain.- Specified by:
getNext
in interfaceMapMakerInternalMap.InternalEntry<Object,
Object, MapMakerInternalMap.DummyInternalEntry>
-
getHash
public int getHash()Description copied from interface:MapMakerInternalMap.InternalEntry
Gets the entry's hash.- Specified by:
getHash
in interfaceMapMakerInternalMap.InternalEntry<Object,
Object, MapMakerInternalMap.DummyInternalEntry>
-
getKey
Description copied from interface:MapMakerInternalMap.InternalEntry
Gets the key for this entry.- Specified by:
getKey
in interfaceMapMakerInternalMap.InternalEntry<Object,
Object, MapMakerInternalMap.DummyInternalEntry>
-
getValue
Description copied from interface:MapMakerInternalMap.InternalEntry
Gets the value for the entry.- Specified by:
getValue
in interfaceMapMakerInternalMap.InternalEntry<Object,
Object, MapMakerInternalMap.DummyInternalEntry>
-