RSE
Release 1.0

org.eclipse.rse.dstore.universal.miners.processes
Class ProcessDEComparator

java.lang.Object
  extended byorg.eclipse.rse.dstore.universal.miners.processes.ProcessDEComparator
All Implemented Interfaces:
Comparator

public class ProcessDEComparator
extends Object
implements Comparator

Compares two DataElements representing processes by extracting their PID's and comparing numerically based on the PID's.


Constructor Summary
ProcessDEComparator()
           
 
Method Summary
 int compare(Object obj1, Object obj2)
           
 boolean equals(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDEComparator

public ProcessDEComparator()
Method Detail

compare

public int compare(Object obj1,
                   Object obj2)
Specified by:
compare in interface Comparator

equals

public boolean equals(Object obj)
Specified by:
equals in interface Comparator

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.