Operation |
Details |
public compare( VersionHistoryEntryVO event1, VersionHistoryEntryVO event2):int |
Sequential Notes: | (non-Javadoc) @see java.util.Comparator#compare(java.lang.Object, java.lang.Object) | |
private compareDate( VersionHistoryEntryVO event1, VersionHistoryEntryVO event2):int |
Sequential Notes: | This method compares the dates of two EventVOs using the modificationDate attribute. Both itemVersions must not be null. If no date is given (is null) it is greater than a given date. @return 0 if the item versions are equal, -1 if the first argument is less than the second, 1 otherwise. | |
public VersionHistoryEntryVOComparator( Criteria criteria): |
Sequential Notes: | Creates a new instance with the given criteria. | |