
public static final class OHashTable.KeyHashCodeComparator<K> extends Object implements Comparator<K>
| Constructor and Description |
|---|
KeyHashCodeComparator(OHashFunction<K> keyHashFunction) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(K keyOne,
K keyTwo) |
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 KeyHashCodeComparator(OHashFunction<K> keyHashFunction)
public int compare(K keyOne, K keyTwo)
compare in interface Comparator<K>Copyright © 2009–2025 OrientDB. All rights reserved.