it.unimi.dsi.fastutil.objects
Interface Reference2FloatMap.Entry

All Superinterfaces:
Map.Entry
Enclosing interface:
Reference2FloatMap

public static interface Reference2FloatMap.Entry
extends Map.Entry

A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.

See Also:
Map.Entry

Method Summary
 float getFloatValue()
           
 float setValue(float value)
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

setValue

public float setValue(float value)
See Also:
Map.Entry.setValue(Object)

getFloatValue

public float getFloatValue()
See Also:
Map.Entry.getValue()