Interface Orderable

    • Field Detail

      • ORDER_OP_LESSTHAN

        static final int ORDER_OP_LESSTHAN
        Ordering operation constant representing '<'
        See Also:
        Constant Field Values
      • ORDER_OP_EQUALS

        static final int ORDER_OP_EQUALS
        Ordering operation constant representing '='
        See Also:
        Constant Field Values
      • ORDER_OP_LESSOREQUALS

        static final int ORDER_OP_LESSOREQUALS
        Ordering operation constant representing '<='
        See Also:
        Constant Field Values
      • ORDER_OP_GREATERTHAN

        static final int ORDER_OP_GREATERTHAN
        Ordering operation constant representing '>'
        See Also:
        Constant Field Values
      • ORDER_OP_GREATEROREQUALS

        static final int ORDER_OP_GREATEROREQUALS
        Ordering operation constant representing '>='
        See Also:
        Constant Field Values