taxisrus.implementation.scheduler_stuff
Class CustomerZoneComparator

java.lang.Object
  |
  +--taxisrus.implementation.scheduler_stuff.CustomerZoneComparator
All Implemented Interfaces:
Comparator

public class CustomerZoneComparator
extends Object
implements Comparator


Constructor Summary
CustomerZoneComparator()
          Simple constructor
 
Method Summary
 int compare(Object arg_one, Object arg_two)
          Compare two customers by zone ID.
 
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

CustomerZoneComparator

public CustomerZoneComparator()
Simple constructor
Method Detail

compare

public int compare(Object arg_one,
                   Object arg_two)
Compare two customers by zone ID.
Specified by:
compare in interface Comparator
See Also:
Comparator.compare(java.lang.Object, java.lang.Object)


API documentation for build 958