it.unimi.dsi.fastutil.doubles
Interface Double2ShortMap.Entry

All Superinterfaces:
Map.Entry<Double,Short>
All Known Implementing Classes:
AbstractDouble2ShortMap.BasicEntry, Double2ShortMaps.Singleton.SingletonEntry
Enclosing interface:
Double2ShortMap

public static interface Double2ShortMap.Entry
extends Map.Entry<Double,Short>

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

See Also:
Map.Entry

Method Summary
 double getDoubleKey()
           
 short getShortValue()
           
 short setValue(short value)
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getDoubleKey

double getDoubleKey()
See Also:
Map.Entry.getKey()

setValue

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

getShortValue

short getShortValue()
See Also:
Map.Entry.getValue()


Copyright © 2011. All Rights Reserved.