Package edu.umd.cs.findbugs.util
Class Multiset.EntryComparator<E>
java.lang.Object
edu.umd.cs.findbugs.util.Multiset.EntryComparator<E>
- All Implemented Interfaces:
Serializable
,Comparator<Map.Entry<E,
Integer>>
static class Multiset.EntryComparator<E>
extends Object
implements Comparator<Map.Entry<E,Integer>>, Serializable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
EntryComparator
EntryComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<E>
-