static interface MapMakerInternalMap.InternalEntry<K,V,E extends MapMakerInternalMap.InternalEntry<K,V,E>>
MapMakerInternalMap.Segment
.
Entries in the map can be in the following states:
Valid: - Live: valid key/value are set
Invalid: - Collected: key/value was partially collected, but not yet cleaned up
Modifier and Type | Method and Description |
---|---|
int |
getHash()
Gets the entry's hash.
|
K |
getKey()
Gets the key for this entry.
|
E |
getNext()
Gets the next entry in the chain.
|
V |
getValue()
Gets the value for the entry.
|