it.unimi.dsi.fastutil.longs
Class Long2ShortMaps.Singleton.SingletonEntry
java.lang.Object
it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton.SingletonEntry
- All Implemented Interfaces:
- Long2ShortMap.Entry, Map.Entry<Long,Short>
- Enclosing class:
- Long2ShortMaps.Singleton
protected class Long2ShortMaps.Singleton.SingletonEntry
- extends Object
- implements Long2ShortMap.Entry, Map.Entry<Long,Short>
Long2ShortMaps.Singleton.SingletonEntry
protected Long2ShortMaps.Singleton.SingletonEntry()
getKey
public Long getKey()
- Specified by:
getKey
in interface Map.Entry<Long,Short>
getValue
public Short getValue()
- Specified by:
getValue
in interface Map.Entry<Long,Short>
getLongKey
public long getLongKey()
- Specified by:
getLongKey
in interface Long2ShortMap.Entry
- See Also:
Map.Entry.getKey()
getShortValue
public short getShortValue()
- Specified by:
getShortValue
in interface Long2ShortMap.Entry
- See Also:
Map.Entry.getValue()
setValue
public short setValue(short value)
- Specified by:
setValue
in interface Long2ShortMap.Entry
- See Also:
Map.Entry.setValue(Object)
setValue
public Short setValue(Short value)
- Specified by:
setValue
in interface Map.Entry<Long,Short>
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Map.Entry<Long,Short>
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry<Long,Short>
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.