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
StringValues based on their lexicographical
order. |
compareclone, equals, finalize, 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 compareDataValues(DataValue v1, DataValue v2)
StringValues based on their lexicographical
order.compareDataValues in class DataValueComparatorv1 - 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.