Interface LongValue

All Superinterfaces:
Comparable<FieldValue>, FieldValue

public interface LongValue extends FieldValue
LongValue extends FieldValue to represent a long.
Since:
3.0
  • Method Details

    • get

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

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