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