it.unimi.dsi.fastutil.shorts
Interface Short2FloatMap.Entry

All Superinterfaces:
Map.Entry<Short,Float>
All Known Implementing Classes:
AbstractShort2FloatMap.BasicEntry, Short2FloatMaps.Singleton.SingletonEntry
Enclosing interface:
Short2FloatMap

public static interface Short2FloatMap.Entry
extends Map.Entry<Short,Float>

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

See Also:
Map.Entry

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

Method Detail

getShortKey

short getShortKey()
See Also:
Map.Entry.getKey()

setValue

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

getFloatValue

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


Copyright © 2011. All Rights Reserved.