Package com.google.common.collect
Class Multisets.DecreasingCount
java.lang.Object
com.google.common.collect.Multisets.DecreasingCount
- All Implemented Interfaces:
Comparator<Multiset.Entry<?>>
- Enclosing class:
Multisets
private static final class Multisets.DecreasingCount
extends Object
implements Comparator<Multiset.Entry<?>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(Multiset.Entry<?> entry1, Multiset.Entry<?> entry2) 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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DecreasingCount
private DecreasingCount()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Multiset.Entry<?>>
-