Class Summary |
BlogByIdComparator |
A comparator used to order Blog instances, in order of their IDs. |
BlogByLastModifiedDateComparator |
A comparator used to order Blog instances, in reverse order of the
that they were last modified. |
BlogEntryComparator |
A comparator used to order BlogEntry instances, in reverse order
of their date. |
CountedUrlByCountComparator |
A comparator used to order CountedUrl instances, in reverse order
of the count, and then alphabetically if instances have the same count. |
CountedUrlByNameComparator |
A comparator used to order CountedUrl instances, in order of their name. |
DayComparator |
A comparator used to order Day instances, in reverse order
of their date. |
FileMetaDataComparator |
A comparator used to order FileMetaData instances, in alphabetic
order by name. |
PageBasedContentByTitleComparator |
A comparator used to order PageBasedContent instances, in alphabetical order of
their titles. |
PebbleUserDetailsComparator |
A comparator used to order PebbleUserDetails instances, in alphabetic
order by username. |
ResponseByDateComparator |
A comparator used to order Response instances, in reverse order
of their date. |
ReverseBlogEntryIdComparator |
A comparator used to order blog entry id instances, in reverse order.. |
ReverseResponseIdComparator |
A comparator used to order response ids, in reverse order. |
SearchHitByDateComparator |
A comparator used to order SearchHit instances, in reverse order
of their date. |
SearchHitByScoreComparator |
A comparator used to order SearchHit instances, in reverse order
of their date. |