org.itracker.model
Class AbstractEntity.LastModifiedDateComparator
java.lang.Object
org.itracker.model.AbstractEntity.LastModifiedDateComparator
- All Implemented Interfaces:
- Serializable, Comparator<AbstractEntity>
- Enclosing class:
- AbstractEntity
protected static class AbstractEntity.LastModifiedDateComparator
- extends Object
- implements Comparator<AbstractEntity>, Serializable
Compares 2 instances by last modified date.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEntity.LastModifiedDateComparator
protected AbstractEntity.LastModifiedDateComparator()
compare
public int compare(AbstractEntity a,
AbstractEntity b)
- Specified by:
compare in interface Comparator<AbstractEntity>
Copyright © 2002-2012 itracker. All Rights Reserved.