T
- public static class EntryComparator.Value<T extends Comparable> extends Object implements Comparator<Map.Entry<?,T>>
Map.Entry
s by their valuesConstructor and Description |
---|
EntryComparator.Value() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Map.Entry<?,T> o1,
Map.Entry<?,T> o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Map.Entry<?,T> o1, Map.Entry<?,T> o2)
compare
in interface Comparator<Map.Entry<?,T extends Comparable>>
Copyright © 2012. All Rights Reserved.