ch.javasoft.util.intcoll
Class AbstractIntIntMap.SimpleIntIntEntry
java.lang.Object
ch.javasoft.util.intcoll.AbstractIntIntMap.SimpleIntIntEntry
- All Implemented Interfaces:
- IntIntMap.IntIntEntry, IntMap.IntEntry<Integer>, Map.Entry<Integer,Integer>
- Enclosing class:
- AbstractIntIntMap
public static class AbstractIntIntMap.SimpleIntIntEntry
- extends Object
- implements IntIntMap.IntIntEntry
AbstractIntIntMap.SimpleIntIntEntry
public AbstractIntIntMap.SimpleIntIntEntry(int key,
int value)
getKey
public Integer getKey()
- Specified by:
getKey in interface Map.Entry<Integer,Integer>
getIntKey
public int getIntKey()
- Specified by:
getIntKey in interface IntMap.IntEntry<Integer>
getValue
public Integer getValue()
- Specified by:
getValue in interface Map.Entry<Integer,Integer>
getIntValue
public int getIntValue()
- Specified by:
getIntValue in interface IntIntMap.IntIntEntry
setValue
public Integer setValue(Integer newValue)
- Specified by:
setValue in interface Map.Entry<Integer,Integer>
setValue
public int setValue(int newValue)
- Specified by:
setValue in interface IntIntMap.IntIntEntry
equals
public boolean equals(Object o)
- Specified by:
equals in interface Map.Entry<Integer,Integer>- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map.Entry<Integer,Integer>- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object