Class Helpers.EntryComparator<K,V>
java.lang.Object
com.google.common.collect.testing.Helpers.EntryComparator<K,V>
- All Implemented Interfaces:
Comparator<Map.Entry<K,V>>
- Enclosing class:
- Helpers
private static class Helpers.EntryComparator<K,V>
extends Object
implements Comparator<Map.Entry<K,V>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
keyComparator
-
-
Constructor Details
-
EntryComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<K>
-