org.axiondb.util
Interface IntHashMap.Int2ObjectEntry

All Superinterfaces:
Map.Entry
Enclosing interface:
IntHashMap

public static interface IntHashMap.Int2ObjectEntry
extends Map.Entry


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

Method Detail

getIntKey

public int getIntKey()