Package com.illumon.iris.db.v2.locations
Class TableLocationKey.ComparatorImpl
java.lang.Object
com.illumon.iris.db.v2.locations.TableLocationKey.ComparatorImpl
- All Implemented Interfaces:
Comparator<TableLocationKey>
- Enclosing interface:
- TableLocationKey
public static final class TableLocationKey.ComparatorImpl
extends Object
implements Comparator<TableLocationKey>
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(TableLocationKey tableLocationKey1, TableLocationKey tableLocationKey2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
compare
public int compare(@NotNull TableLocationKey tableLocationKey1, @NotNull TableLocationKey tableLocationKey2) - Specified by:
compare
in interfaceComparator<TableLocationKey>
-