it.unimi.dsi.fastutil.doubles
Class Double2ReferenceMaps.Singleton.SingletonEntry
java.lang.Object
it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton.SingletonEntry
- All Implemented Interfaces:
- Double2ReferenceMap.Entry<V>, Map.Entry<Double,V>
- Enclosing class:
- Double2ReferenceMaps.Singleton<V>
protected class Double2ReferenceMaps.Singleton.SingletonEntry
- extends Object
- implements Double2ReferenceMap.Entry<V>, Map.Entry<Double,V>
Double2ReferenceMaps.Singleton.SingletonEntry
protected Double2ReferenceMaps.Singleton.SingletonEntry()
getKey
public Double getKey()
- Specified by:
getKey
in interface Map.Entry<Double,V>
getValue
public V getValue()
- Specified by:
getValue
in interface Map.Entry<Double,V>
getDoubleKey
public double getDoubleKey()
- Specified by:
getDoubleKey
in interface Double2ReferenceMap.Entry<V>
- See Also:
Map.Entry.getKey()
setValue
public V setValue(V value)
- Specified by:
setValue
in interface Map.Entry<Double,V>
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Map.Entry<Double,V>
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry<Double,V>
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.