public static class AbstractInt2FloatMap.BasicEntry extends Object implements Int2FloatMap.Entry
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry() |
BasicEntry(Integer key,
Float value) |
BasicEntry(int key,
float value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getFloatValue()
Returns the value corresponding to this entry.
|
int |
getIntKey()
Returns the key corresponding to this entry.
|
int |
hashCode() |
float |
setValue(float value)
Replaces the value corresponding to this entry with the specified value (optional operation).
|
String |
toString() |
getKey, getValue, setValuecomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic BasicEntry()
public BasicEntry(int key,
float value)
public int getIntKey()
Int2FloatMap.EntrygetIntKey in interface Int2FloatMap.EntryMap.Entry.getKey()public float getFloatValue()
Int2FloatMap.EntrygetFloatValue in interface Int2FloatMap.EntryMap.Entry.getValue()public float setValue(float value)
Int2FloatMap.EntrysetValue in interface Int2FloatMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()