public class ArbitraryRankComparator extends Object implements Comparator<Object>
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_FOUND_OBJECTS_WITH_SAME_RANK |
static String |
EXCEPTION_MESSAGE_KEY_RANK_COMPARATOR_OVERFLOW |
| Constructor and Description |
|---|
ArbitraryRankComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2) |
protected long |
rank(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static final String EXCEPTION_MESSAGE_KEY_FOUND_OBJECTS_WITH_SAME_RANK
public static final String EXCEPTION_MESSAGE_KEY_RANK_COMPARATOR_OVERFLOW
Copyright © 2016. All rights reserved.