public class UnsafeNavigableMapListValueComparator extends Object implements Comparator<NavigableMap<?,? extends List<?>>>, Serializable
Comparator enable the comparison of NavigableMap| Modifier and Type | Field and Description |
|---|---|
protected static Comparator<Object> |
KEY_COMPARATOR |
protected static Comparator<List<?>> |
LIST_VALUES_COMPARATOR |
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
UnsafeNavigableMapListValueComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(NavigableMap<?,? extends List<?>> o1,
NavigableMap<?,? extends List<?>> o2) |
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, thenComparingLongprotected static final org.slf4j.Logger LOGGER
protected static final Comparator<Object> KEY_COMPARATOR
protected static final Comparator<List<?>> LIST_VALUES_COMPARATOR
public UnsafeNavigableMapListValueComparator()
public int compare(NavigableMap<?,? extends List<?>> o1, NavigableMap<?,? extends List<?>> o2)
compare in interface Comparator<NavigableMap<?,? extends List<?>>>Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.