inf.util
Interface IntKeyMap.IntKeyEntry<E>

All Superinterfaces:
java.util.Map.Entry<java.lang.Integer,E>
All Known Implementing Classes:
IntKeyTreeMap.IntKeyTreeEntry
Enclosing interface:
IntKeyMap<E>

public static interface IntKeyMap.IntKeyEntry<E>
extends java.util.Map.Entry<java.lang.Integer,E>

A node in the Map. Doubles as a means to pass key-value pairs back to the user.


Method Summary
 int getIntKey()
           This function returns the the key of this key-value pair.
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getIntKey

int getIntKey()

This function returns the the key of this key-value pair.

Returns:
the key of this IntKeyEntry as an int