Package i2p.susi.webmail
Class Sorters.DateSorter
- java.lang.Object
-
- i2p.susi.webmail.Sorters.DateSorter
-
- All Implemented Interfaces:
Serializable
,Comparator<String>
- Enclosing class:
- Sorters
public static class Sorters.DateSorter extends Object
sorts Mail objects by date field- Author:
- susi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateSorter(MailCache mailCache)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
compare(Mail a, Mail b)
static int
scompare(Mail a, Mail b)
Use as fallback in other sorters-
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
-
-