| java.lang.Object org.theospi.portfolio.matrix.model.EvaluationContentComparator
EvaluationContentComparator | public class EvaluationContentComparator implements Comparator(Code) | | |
Constructor Summary | |
public | EvaluationContentComparator(String criteria, boolean asc) constructor
Parameters: criteria - The sort criteria string Parameters: asc - The sort order string. |
Method Summary | |
public int | compare(Object o1, Object o2) implementing the compare function
Parameters: o1 - The first object Parameters: o2 - The second object The compare result. |
EvaluationContentComparator | public EvaluationContentComparator(String criteria, boolean asc)(Code) | | constructor
Parameters: criteria - The sort criteria string Parameters: asc - The sort order string. "true" if ascending; "false" otherwise. |
compare | public int compare(Object o1, Object o2)(Code) | | implementing the compare function
Parameters: o1 - The first object Parameters: o2 - The second object The compare result. 1 is o1 < o2; -1 otherwise |
|
|