Package org.ametys.cms.workflow
Class WorkflowTasksComponent.LastModifiedDateComparator
- java.lang.Object
 - 
- org.ametys.cms.workflow.WorkflowTasksComponent.LastModifiedDateComparator
 
 
- 
- All Implemented Interfaces:
 Comparator<Content>
- Enclosing class:
 - WorkflowTasksComponent
 
public class WorkflowTasksComponent.LastModifiedDateComparator extends Object implements Comparator<Content>
Compares two contents on the last modified date. 
- 
- 
Constructor Summary
Constructors Constructor Description LastModifiedDateComparator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Content c1, Content c2)- 
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
LastModifiedDateComparator
public LastModifiedDateComparator()
 
 - 
 
 -