it.unimi.dsi.fastutil.floats
Interface Float2ReferenceMap.Entry<V>

All Superinterfaces:
Map.Entry<Float,V>
All Known Implementing Classes:
AbstractFloat2ReferenceMap.BasicEntry, Float2ReferenceMaps.Singleton.SingletonEntry
Enclosing interface:
Float2ReferenceMap<V>

public static interface Float2ReferenceMap.Entry<V>
extends Map.Entry<Float,V>

A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.

See Also:
Map.Entry

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

Method Detail

getFloatKey

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


Copyright © 2011. All Rights Reserved.