public abstract class ComparisonTerm extends SearchTerm
Modifier and Type | Field and 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 and Description |
---|
ComparisonTerm() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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
protected int comparison
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.