Package i2p.susi.webmail
Class Sorters.SenderSorter
java.lang.Object
i2p.susi.webmail.Sorters.SenderSorter
- All Implemented Interfaces:
- Serializable,- Comparator<String>
- Enclosing class:
- Sorters
sorts Mail objects by sender field
- Author:
- susi
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
SenderSorter
 
- 
- 
Method Details- 
compare- Parameters:
- a- non-null
- b- non-null
 
- 
compareGets mail from the cache, checks for null, then compares- Specified by:
- comparein interface- Comparator<String>
 
 
-