it.unimi.dsi.fastutil.doubles
Interface Double2ShortMap.Entry
- All Superinterfaces:
- Map.Entry
- All Known Implementing Classes:
- AbstractDouble2ShortMap.BasicEntry
- Enclosing interface:
- Double2ShortMap
- public static interface Double2ShortMap.Entry
- extends Map.Entry
A type-specific Map.Entry
; provides some additional methods
to access its content reducing type juggling.
- See Also:
Map.Entry
getDoubleKey
public double getDoubleKey()
- See Also:
Map.Entry.getKey()
setValue
public short setValue(short value)
- See Also:
Map.Entry.setValue(Object)
getShortValue
public short getShortValue()
- See Also:
Map.Entry.getValue()