public class NavigableMapComparator extends Object implements Comparator<NavigableMap<String,String>>, Serializable
Comparator which compare first the keyset, then the values| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
NavigableMapComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(NavigableMap<String,String> o1,
NavigableMap<String,String> 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, thenComparingLongpublic int compare(NavigableMap<String,String> o1, NavigableMap<String,String> o2)
compare in interface Comparator<NavigableMap<String,String>>Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.