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

All Superinterfaces:
Map.Entry<Short,Long>
All Known Implementing Classes:
AbstractShort2LongMap.BasicEntry, Short2LongMaps.Singleton.SingletonEntry
Enclosing interface:
Short2LongMap

public static interface Short2LongMap.Entry
extends Map.Entry<Short,Long>

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

See Also:
Map.Entry

Method Summary
 long getLongValue()
           
 short getShortKey()
           
 long setValue(long 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

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

getLongValue

long getLongValue()
See Also:
Map.Entry.getValue()


Copyright © 2011. All Rights Reserved.