public class PageTimeComparator extends java.lang.Object implements java.util.Comparator<WikiPage>, java.io.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() |
Modifier and Type | Method and Description |
---|---|
int |
compare(WikiPage w1,
WikiPage w2) |
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.