ch.javasoft.util.intcoll
Interface IntMap.IntEntry<V>

Type Parameters:
V - the value type
All Superinterfaces:
Map.Entry<Integer,V>
All Known Subinterfaces:
IntIntMap.IntIntEntry
All Known Implementing Classes:
AbstractIntIntMap.ImmutableIntIntEntry, AbstractIntIntMap.SimpleIntIntEntry, IntHashMap.IntEntry
Enclosing interface:
IntMap<V>

public static interface IntMap.IntEntry<V>
extends Map.Entry<Integer,V>

A map entry with integer type for the key


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

Method Detail

getIntKey

int getIntKey()