de.uni_paderborn.fujaba.basic
Class ObjectComparator

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.ObjectComparator
All Implemented Interfaces:
java.util.Comparator

public class ObjectComparator
extends java.lang.Object
implements java.util.Comparator

The ObjectComparator compares two UMLObjects for the use in TreeSets etc.

Version:
$Revision: 1.12 $
Author:
$Author: zuendorf $

Constructor Summary
ObjectComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
          No comment provided by developer, please add a comment to improve documentation.
 
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

ObjectComparator

public ObjectComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
compare in interface java.util.Comparator
Parameters:
o1 - No description provided
o2 - No description provided
Returns:
No description provided