public class ValueComparator extends Object implements Comparator<Value>
Value instances.| Constructor and Description |
|---|
ValueComparator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Value a,
Value b)
Deprecated.
Compares two values.
|
boolean |
evaluate(String operator,
Value[] a,
Value[] b)
Deprecated.
Evaluates the given QOM comparison operation with the given value arrays.
|
boolean |
evaluate(String operator,
Value a,
Value b)
Deprecated.
Evaluates the given QOM comparison operation with the given values.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(Value a,
Value b)
compare in interface Comparator<Value>public boolean evaluate(String operator, Value a, Value b)
operator - QOM comparison operatora - left valueb - right valuepublic boolean evaluate(String operator, Value[] a, Value[] b)
operator - QOM comparison operatora - left valuesb - right values"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"