public final class IdentityMap.Entry extends Object implements Map.Entry
IdentityMap
.Constructor and Description |
---|
Entry(Object key,
int hash,
Object value)
Construct an entry.
|
Modifier and Type | Method and Description |
---|---|
int |
getHash()
Get identity hashcode of key.
|
Object |
getKey()
Get key of entry.
|
IdentityMap.Entry |
getNext()
Get reference to next entry.
|
Object |
getValue()
Get value of entry.
|
void |
setNext(IdentityMap.Entry next)
Set reference to next entry.
|
Object |
setValue(Object value)
Set value of entry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public Object getKey()
public int getHash()
public Object getValue()
public void setNext(IdentityMap.Entry next)
next
- New reference to next entry.public IdentityMap.Entry getNext()
Copyright © 2016. All rights reserved.