public static final class ColumnRange.Comparator extends Object implements Comparator<ColumnRange>, Serializable
| Constructor and Description |
|---|
Comparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ColumnRange r1,
ColumnRange r2)
This comparator will return equal if one of the column
ranges passed in is a single column reference and lies within
the bounds of the second column reference.
|
clone, 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 compare(ColumnRange r1, ColumnRange r2)
compare in interface Comparator<ColumnRange>Copyright © 2002–2019 Starter Inc.. All rights reserved.