it.unimi.dsi.fastutil.floats
Interface Float2ReferenceMap.Entry

All Superinterfaces:
Map.Entry
All Known Implementing Classes:
AbstractFloat2ReferenceMap.BasicEntry
Enclosing interface:
Float2ReferenceMap

public static interface Float2ReferenceMap.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 getFloatKey()
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getFloatKey

public float getFloatKey()
See Also:
Map.Entry.getKey()