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