static final class MapMakerInternalMap.StrongKeyDummyValueEntry<K> extends MapMakerInternalMap.AbstractStrongKeyEntry<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>> implements MapMakerInternalMap.StrongValueEntry<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
MapMakerInternalMap.InternalEntry
for strong keys and MapMaker.Dummy
values.Modifier and Type | Class and Description |
---|---|
(package private) static class |
MapMakerInternalMap.StrongKeyDummyValueEntry.Helper<K>
Concrete implementation of
MapMakerInternalMap.InternalEntryHelper for strong keys and MapMaker.Dummy
values. |
hash, key, next
Constructor and Description |
---|
StrongKeyDummyValueEntry(K key,
int hash,
MapMakerInternalMap.StrongKeyDummyValueEntry<K> next) |
Modifier and Type | Method and Description |
---|---|
(package private) MapMakerInternalMap.StrongKeyDummyValueEntry<K> |
copy(MapMakerInternalMap.StrongKeyDummyValueEntry<K> newNext) |
MapMaker.Dummy |
getValue()
Gets the value for the entry.
|
(package private) void |
setValue(MapMaker.Dummy value) |
getHash, getKey, getNext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHash, getKey, getNext
StrongKeyDummyValueEntry(K key, int hash, MapMakerInternalMap.StrongKeyDummyValueEntry<K> next)
public MapMaker.Dummy getValue()
MapMakerInternalMap.InternalEntry
getValue
in interface MapMakerInternalMap.InternalEntry<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
void setValue(MapMaker.Dummy value)
MapMakerInternalMap.StrongKeyDummyValueEntry<K> copy(MapMakerInternalMap.StrongKeyDummyValueEntry<K> newNext)