java.io.Serializable
DateTerm
, IntegerComparisonTerm
public abstract class ComparisonTerm extends SearchTerm
Modifier and Type | Field | Description |
---|---|---|
protected int |
comparison |
The comparison.
|
static int |
EQ |
|
static int |
GE |
|
static int |
GT |
|
static int |
LE |
|
static int |
LT |
|
static int |
NE |
Constructor | Description |
---|---|
ComparisonTerm() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
Equality comparison.
|
int |
hashCode() |
Compute a hashCode for this object.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
match
public static final int LE
public static final int LT
public static final int EQ
public static final int NE
public static final int GT
public static final int GE
protected int comparison
Copyright © 2018 Oracle. All rights reserved.