public class Pair extends java.lang.Object implements java.util.Comparator<Pair>
int
count
java.lang.String
str
Pair()
Pair(int count, java.lang.String str)
compare(Pair o1, Pair o2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int count
public java.lang.String str
public Pair()
public Pair(int count, java.lang.String str)
public int compare(Pair o1, Pair o2)
compare
java.util.Comparator<Pair>