it.unimi.dsi.fastutil.floats
Class Float2IntMaps.Singleton.SingletonEntry
java.lang.Object
it.unimi.dsi.fastutil.floats.Float2IntMaps.Singleton.SingletonEntry
- All Implemented Interfaces:
- Float2IntMap.Entry, Map.Entry<Float,Integer>
- Enclosing class:
- Float2IntMaps.Singleton
protected class Float2IntMaps.Singleton.SingletonEntry
- extends Object
- implements Float2IntMap.Entry, Map.Entry<Float,Integer>
Float2IntMaps.Singleton.SingletonEntry
protected Float2IntMaps.Singleton.SingletonEntry()
getKey
public Float getKey()
- Specified by:
getKey
in interface Map.Entry<Float,Integer>
getValue
public Integer getValue()
- Specified by:
getValue
in interface Map.Entry<Float,Integer>
getFloatKey
public float getFloatKey()
- Specified by:
getFloatKey
in interface Float2IntMap.Entry
- See Also:
Map.Entry.getKey()
getIntValue
public int getIntValue()
- Specified by:
getIntValue
in interface Float2IntMap.Entry
- See Also:
Map.Entry.getValue()
setValue
public int setValue(int value)
- Specified by:
setValue
in interface Float2IntMap.Entry
- See Also:
Map.Entry.setValue(Object)
setValue
public Integer setValue(Integer value)
- Specified by:
setValue
in interface Map.Entry<Float,Integer>
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Map.Entry<Float,Integer>
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry<Float,Integer>
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.