Package com.github.tommyettinger.ds
Class EnumFloatMap.Entry
java.lang.Object
com.github.tommyettinger.ds.EnumFloatMap.Entry
- Enclosing class:
- EnumFloatMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
public float value
-
-
Constructor Details
-
Entry
public Entry() -
Entry
-
Entry
-
-
Method Details
-
toString
-
getKey
-
getValue
public float getValue() -
setValue
public float setValue(float value) Sets the value of this Entry, but does not write through to the containing EnumFloatMap.- Parameters:
value- the new float value to use- Returns:
- the old value this held, before modification
-
equals
-
hashCode
public int hashCode()
-