it.unimi.dsi.fastutil.doubles
Interface Double2ByteMap.Entry
- All Superinterfaces:
- Map.Entry
- All Known Implementing Classes:
- AbstractDouble2ByteMap.BasicEntry
- Enclosing interface:
- Double2ByteMap
- public static interface Double2ByteMap.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 byte setValue(byte value)
- See Also:
Map.Entry.setValue(Object)
getByteValue
public byte getByteValue()
- See Also:
Map.Entry.getValue()