public class StringValueComparator extends DataValueComparator
StringValue.StringUtilityFactory
Constructor and Description |
---|
StringValueComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compareDataValues(DataValue v1,
DataValue v2)
Compares two
StringValue s based on their lexicographical
order. |
compare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compareDataValues(DataValue v1, DataValue v2)
StringValue
s based on their lexicographical
order.compareDataValues
in class DataValueComparator
v1
- the first DataValue
to compare the
other withv2
- the other DataValue
to compare the
first withv1
is smaller than v2
, +1
if v1
is larger than v2
, 0 otherwise#compareDataValues(DataValue, DataValue)
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.