public abstract class ComparisonTerm extends SearchTerm
Modifier and Type | Field and Description |
---|---|
static int |
EQ |
static int |
GE |
static int |
GT |
static int |
LE |
static int |
LT |
static int |
NE |
Constructor and Description |
---|
ComparisonTerm() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equality comparison.
|
int |
hashCode()
Compute a hashCode for this object.
|
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
Copyright © 2010 - 2020 Adobe. All Rights Reserved