DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.dcs
Class DcsSetInfo.NumWorkingComparator

java.lang.Object
  extended by org.dlese.dpc.schemedit.dcs.DcsSetInfo.NumWorkingComparator
All Implemented Interfaces:
Comparator
Enclosing class:
DcsSetInfo

public static class DcsSetInfo.NumWorkingComparator
extends Object
implements Comparator

Implements Comparator to enable sorting by numWorking.

Author:
John Weatherley

Constructor Summary
DcsSetInfo.NumWorkingComparator()
           
 
Method Summary
 int compare(Object O1, Object O2)
          Campares the numWorking field.
 
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

DcsSetInfo.NumWorkingComparator

public DcsSetInfo.NumWorkingComparator()
Method Detail

compare

public int compare(Object O1,
                   Object O2)
            throws ClassCastException
Campares the numWorking field.

Specified by:
compare in interface Comparator
Parameters:
O1 - A DcsSetInfo Object
O2 - A DcsSetInfo Object
Returns:
A negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
Throws:
ClassCastException - If Object is not DcsSetInfo

DLESE Tools
v1.6.0