Modifier and Type | Field and Description |
---|---|
protected int | number
The number. |
private static final long |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Overrides jakarta. |
public int | |
public int | |
public int | hashCode()
Overrides jakarta. |
protected boolean |
number | back to summary |
---|---|
protected int number The number. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
IntegerComparisonTerm | back to summary |
---|---|
protected IntegerComparisonTerm(int comparison, int number) |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides jakarta. Equality comparison.
|
getComparison | back to summary |
---|---|
public int getComparison() Return the type of comparison.
|
getNumber | back to summary |
---|---|
public int getNumber() Return the number to compare with.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides jakarta. Compute a hashCode for this object.
|
match | back to summary |
---|---|
protected boolean match(int i) |