it.unimi.dsi.fastutil.bytes
Interface Byte2ReferenceMap.Entry<V>

All Superinterfaces:
Map.Entry<Byte,V>
All Known Implementing Classes:
AbstractByte2ReferenceMap.BasicEntry, Byte2ReferenceMaps.Singleton.SingletonEntry
Enclosing interface:
Byte2ReferenceMap<V>

public static interface Byte2ReferenceMap.Entry<V>
extends Map.Entry<Byte,V>

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

See Also:
Map.Entry

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

Method Detail

getByteKey

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


Copyright © 2011. All Rights Reserved.