Package i2p.susi.webmail
Class Sorters.ToSorter
- java.lang.Object
-
- i2p.susi.webmail.Sorters.ToSorter
-
- All Implemented Interfaces:
Serializable
,Comparator<String>
- Enclosing class:
- Sorters
public static class Sorters.ToSorter extends Object
sorts Mail objects by to: fields- Since:
- 0.9.43
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
compare(Mail a, Mail b)
-
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
-
-