Interface FloatValue

All Superinterfaces:
Comparable<FieldValue>, FieldValue

public interface FloatValue extends FieldValue
FloatValue extends FieldValue to represent a float.
Since:
3.0
  • Method Details

    • get

      float get()
      Returns the float value of this object.
      Returns:
      the float value of this object
    • clone

      FloatValue clone()
      Returns a deep copy of this object.
      Specified by:
      clone in interface FieldValue
      Returns:
      a deep copy of this object