jenkins.plugins.simpleclearcase
Class SimpleClearCaseChangeLogEntryDateComparator

java.lang.Object
  extended by jenkins.plugins.simpleclearcase.SimpleClearCaseChangeLogEntryDateComparator
All Implemented Interfaces:
Comparator<SimpleClearCaseChangeLogEntry>

public class SimpleClearCaseChangeLogEntryDateComparator
extends Object
implements Comparator<SimpleClearCaseChangeLogEntry>


Field Summary
static int DECREASING
           
static int INCREASING
           
 
Constructor Summary
SimpleClearCaseChangeLogEntryDateComparator(int order)
           
 
Method Summary
 int compare(SimpleClearCaseChangeLogEntry e1, SimpleClearCaseChangeLogEntry e2)
           
 
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
 

Field Detail

DECREASING

public static final int DECREASING
See Also:
Constant Field Values

INCREASING

public static final int INCREASING
See Also:
Constant Field Values
Constructor Detail

SimpleClearCaseChangeLogEntryDateComparator

public SimpleClearCaseChangeLogEntryDateComparator(int order)
Parameters:
order -
Method Detail

compare

public int compare(SimpleClearCaseChangeLogEntry e1,
                   SimpleClearCaseChangeLogEntry e2)
Specified by:
compare in interface Comparator<SimpleClearCaseChangeLogEntry>


Copyright © 2004-2012. All Rights Reserved.