Interface DoubleValue

All Superinterfaces:
Comparable<FieldValue>, FieldValue

public interface DoubleValue extends FieldValue
DoubleValue extends FieldValue to represent a double.
Since:
3.0
  • Method Details

    • get

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

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