
public class PageTimeComparator extends Object implements Comparator<WikiPage>, Serializable
If the lastModified date is the same, then the next key is the page name. If the page name is also equal, then returns 0 for equality.
| Constructor and Description |
|---|
PageTimeComparator() |
public int compare(WikiPage w1, WikiPage w2)
compare in interface Comparator<WikiPage>Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.