org.itracker.model
Class AbstractEntity.CreateDateComparator

java.lang.Object
  extended by org.itracker.model.AbstractEntity.CreateDateComparator
All Implemented Interfaces:
Serializable, Comparator<AbstractEntity>
Enclosing class:
AbstractEntity

protected static class AbstractEntity.CreateDateComparator
extends Object
implements Comparator<AbstractEntity>, Serializable

See Also:
Serialized Form

Constructor Summary
protected AbstractEntity.CreateDateComparator()
           
 
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.CreateDateComparator

protected AbstractEntity.CreateDateComparator()
Method Detail

compare

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


Copyright © 2002-2012 itracker. All Rights Reserved.