public static class AbstractDouble2FloatMap.BasicEntry extends Object implements Double2FloatMap.Entry
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Modifier and Type | Field and Description |
|---|---|
protected double |
key |
protected float |
value |
| Constructor and Description |
|---|
AbstractDouble2FloatMap.BasicEntry(double key,
float value) |
AbstractDouble2FloatMap.BasicEntry(Double key,
Float value) |
public AbstractDouble2FloatMap.BasicEntry(Double key, Float value)
public AbstractDouble2FloatMap.BasicEntry(double key,
float value)
public double getDoubleKey()
getDoubleKey in interface Double2FloatMap.EntryMap.Entry.getKey()public float getFloatValue()
getFloatValue in interface Double2FloatMap.EntryMap.Entry.getValue()public float setValue(float value)
setValue in interface Double2FloatMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()
Copyright © 2013. All Rights Reserved.