Creates a new FieldRange instance that is a shallow copy of this
instance.
Creates a
FieldRange
object used to specify a value range for
use in a index iteration operation in
TableAPI
.
Creates a
FieldRange
object used to specify a value range for use
in a table iteration operation in
TableAPI
.
Gets the FieldRange to be used to restrict the range of the operation.
FieldRange.setEnd(double value,
boolean isInclusive)
Sets the end value of the range to the specified double value.
FieldRange.setEnd(float value,
boolean isInclusive)
Sets the end value of the range to the specified float value.
FieldRange.setEnd(int value,
boolean isInclusive)
Sets the end value of the range to the specified integer value.
FieldRange.setEnd(long value,
boolean isInclusive)
Sets the end value of the range to the specified long value.
Sets the end value of the range to the specified string value.
Sets the end value of the range to the specified BigDecimal value.
Sets the end value of the range to the specified timestamp value.
Sets the end value of the range to the specified value.
Sets the end value of the range to the specified enumeration value.
FieldRange.setStart(double value,
boolean isInclusive)
Sets the start value of the range to the specified double value.
FieldRange.setStart(float value,
boolean isInclusive)
Sets the start value of the range to the specified float value.
FieldRange.setStart(int value,
boolean isInclusive)
Sets the start value of the range to the specified integer value.
FieldRange.setStart(long value,
boolean isInclusive)
Sets the start value of the range to the specified long value.
Sets the start value of the range to the specified string value.
Sets the start value of the range to the specified BigDecimal value.
Sets the start value of the range to the specified timestamp value.
Sets the start value of the range to the specified value.
Sets the start value of the range to the specified enumeration value.