public abstract class IntPredicate<T> extends OperatorPredicate<T>
Constructor and Description |
---|
IntPredicate(java.lang.String name,
int value) |
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, isMatchable, not, or, or
public IntPredicate(java.lang.String name, java.lang.String value)
public IntPredicate(java.lang.String name, int value)
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>