ch.javasoft.util.intcoll
Interface IntIntMap.IntIntEntry

All Superinterfaces:
IntMap.IntEntry<Integer>, Map.Entry<Integer,Integer>
All Known Implementing Classes:
AbstractIntIntMap.ImmutableIntIntEntry, AbstractIntIntMap.SimpleIntIntEntry
Enclosing interface:
IntIntMap

public static interface IntIntMap.IntIntEntry
extends IntMap.IntEntry<Integer>


Method Summary
 int getIntValue()
           
 int setValue(int newValue)
           
 
Methods inherited from interface ch.javasoft.util.intcoll.IntMap.IntEntry
getIntKey
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getIntValue

int getIntValue()

setValue

int setValue(int newValue)