org.itracker.model
Class AbstractEntity.LastModifiedDateComparator

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractEntity.LastModifiedDateComparator()
           
 
Method Summary
 int compare(AbstractEntity a, AbstractEntity b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AbstractEntity.LastModifiedDateComparator

protected AbstractEntity.LastModifiedDateComparator()
Method Detail

compare

public int compare(AbstractEntity a,
                   AbstractEntity b)
Specified by:
compare in interface Comparator<AbstractEntity>


Copyright © 2002-2012 itracker. All Rights Reserved.