Package com.saperion.wf
Class CommentSorter
- java.lang.Object
-
- com.saperion.wf.CommentSorter
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Comparator<CommentInfo>
public class CommentSorter extends java.lang.Object implements java.util.Comparator<CommentInfo>, java.io.Serializable
- Author:
- tfr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(CommentInfo o1, CommentInfo o2)
-
-
-
Method Detail
-
compare
public int compare(CommentInfo o1, CommentInfo o2)
- Specified by:
compare
in interfacejava.util.Comparator<CommentInfo>
- See Also:
Comparator.compare(java.lang.Object, java.lang.Object)
-
-