Class DoubleQuery

All Implemented Interfaces:
Cloneable, Query

Represents a Query testing a double field.
  • Constructor Details

    • DoubleQuery

      public DoubleQuery(String fieldPath)
      Build a DoubleQuery testing the existence of the field.
      Parameters:
      fieldPath - the field path
    • DoubleQuery

      public DoubleQuery(String fieldPath, Double value)
      Build a DoubleQuery.
      Parameters:
      fieldPath - the field's path
      value - the value.
    • DoubleQuery

      public DoubleQuery(String fieldPath, Query.Operator op, Double value)
      Build a DoubleQuery.
      Parameters:
      fieldPath - the field's path
      op - the operator.
      value - the value.