public abstract class IntegerComparisonTerm extends ComparisonTerm
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equality comparison.
|
int |
getComparison()
Return the type of comparison.
|
int |
getNumber()
Return the number to compare with.
|
int |
hashCode()
Compute a hashCode for this object.
|
match
public int getNumber()
public int getComparison()
public boolean equals(java.lang.Object obj)
equals
in class ComparisonTerm
public int hashCode()
hashCode
in class ComparisonTerm
Copyright © 2010 - 2020 Adobe. All Rights Reserved