Package com.jogamp.common.util
Class LongIntHashMap.Entry
java.lang.Object
com.jogamp.common.util.LongIntHashMap.Entry
- Enclosing class:
- LongIntHashMap
An entry mapping a key to a value.
-
Field Details
-
key
public final long key -
value
public int value
-
-
Method Details
-
getKey
public long getKey()Returns the key of this entry. -
getValue
public int getValue()Returns the value of this entry. -
setValue
public void setValue(int value) Sets the value for this entry. -
toString
- Parameters:
sb- if null, a new StringBuilder is created- Returns:
- StringBuilder instance with appended string information of this Entry
-
toString
-