public static final class SearchQuery.NumericOperator extends Object implements SearchQuery.Operator
| Modifier and Type | Field and Description |
|---|---|
static int |
EQUALS |
static int |
GREATER_THAN |
static int |
LESS_THAN |
public static final int EQUALS
public static final int LESS_THAN
public static final int GREATER_THAN
public SearchQuery.NumericComparator getType()
public long getValue()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.