it.unimi.dsi.fastutil.objects
Interface Reference2ShortMap.Entry<K>

All Superinterfaces:
java.util.Map.Entry<K,java.lang.Short>
All Known Implementing Classes:
AbstractReference2ShortMap.BasicEntry
Enclosing interface:
Reference2ShortMap<K>

public static interface Reference2ShortMap.Entry<K>
extends java.util.Map.Entry<K,java.lang.Short>

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

See Also:
Map.Entry

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

Method Detail

setValue

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

getShortValue

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