it.unimi.dsi.fastutil.shorts
Class Short2IntMaps.Singleton.SingletonEntry

java.lang.Object
  extended by it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton.SingletonEntry
All Implemented Interfaces:
Short2IntMap.Entry, Map.Entry<Short,Integer>
Enclosing class:
Short2IntMaps.Singleton

protected class Short2IntMaps.Singleton.SingletonEntry
extends Object
implements Short2IntMap.Entry, Map.Entry<Short,Integer>


Constructor Summary
protected Short2IntMaps.Singleton.SingletonEntry()
           
 
Method Summary
 boolean equals(Object o)
           
 int getIntValue()
           
 Short getKey()
           
 short getShortKey()
           
 Integer getValue()
           
 int hashCode()
           
 int setValue(int value)
           
 Integer setValue(Integer value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Short2IntMaps.Singleton.SingletonEntry

protected Short2IntMaps.Singleton.SingletonEntry()
Method Detail

getKey

public Short getKey()
Specified by:
getKey in interface Map.Entry<Short,Integer>

getValue

public Integer getValue()
Specified by:
getValue in interface Map.Entry<Short,Integer>

getShortKey

public short getShortKey()
Specified by:
getShortKey in interface Short2IntMap.Entry
See Also:
Map.Entry.getKey()

getIntValue

public int getIntValue()
Specified by:
getIntValue in interface Short2IntMap.Entry
See Also:
Map.Entry.getValue()

setValue

public int setValue(int value)
Specified by:
setValue in interface Short2IntMap.Entry
See Also:
Map.Entry.setValue(Object)

setValue

public Integer setValue(Integer value)
Specified by:
setValue in interface Map.Entry<Short,Integer>

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry<Short,Integer>
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry<Short,Integer>
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.