public abstract class Predicate<T extends Object>
private final T
op
private final Object
value
private final String
normalizedName
private final Integer
index
Predicate(T op, Object value, String normalizedName, Integer index)
final T
getOp()
final Object
getValue()
final String
getNormalizedName()
final Integer
getIndex()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final T getOp()
final Object getValue()
final String getNormalizedName()
final Integer getIndex()