public abstract class IntPredicate<T> extends OperatorPredicate<T>
name, value| Constructor and Description |
|---|
IntPredicate(String name,
int intValue) |
IntPredicate(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
int |
intValue() |
String |
toString() |
copy, getOperator, getValueand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, orpublic IntPredicate(String name, int intValue)
public int intValue()
public int hashCode()
hashCode in class OperatorPredicate<T>public boolean equals(Object other)
equals in class OperatorPredicate<T>public String toString()
toString in class OperatorPredicate<T>