|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.common.util.LongObjectHashMap.Entry
public static final class LongObjectHashMap.Entry
An entry mapping a key to a value.
Field Summary | |
---|---|
long |
key
|
Object |
value
|
Method Summary | |
---|---|
long |
getKey()
Returns the key of this entry. |
Object |
getValue()
Returns the value of this entry. |
void |
setValue(Object value)
Sets the value for this entry. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final long key
public Object value
Method Detail |
---|
public long getKey()
public Object getValue()
public void setValue(Object value)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |