it.unimi.dsi.fastutil.bytes
Interface Byte2ReferenceMap.Entry

All Superinterfaces:
Map.Entry
Enclosing interface:
Byte2ReferenceMap

public static interface Byte2ReferenceMap.Entry
extends Map.Entry

A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.

See Also:
Map.Entry

Method Summary
 byte getByteKey()
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getByteKey

public byte getByteKey()
See Also:
Map.Entry.getKey()