it.unimi.dsi.fastutil.ints
Interface Int2ObjectMap.Entry<V>

All Superinterfaces:
java.util.Map.Entry<java.lang.Integer,V>
All Known Implementing Classes:
AbstractInt2ObjectMap.BasicEntry
Enclosing interface:
Int2ObjectMap<V>

public static interface Int2ObjectMap.Entry<V>
extends java.util.Map.Entry<java.lang.Integer,V>

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

See Also:
Map.Entry

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

Method Detail

getIntKey

int getIntKey()
See Also:
Map.Entry.getKey()