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

All Superinterfaces:
Map.Entry<Float,Byte>
All Known Implementing Classes:
AbstractFloat2ByteMap.BasicEntry, Float2ByteMaps.Singleton.SingletonEntry
Enclosing interface:
Float2ByteMap

public static interface Float2ByteMap.Entry
extends Map.Entry<Float,Byte>

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

See Also:
Map.Entry

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

Method Detail

getFloatKey

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

setValue

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

getByteValue

byte getByteValue()
See Also:
Map.Entry.getValue()


Copyright © 2011. All Rights Reserved.