de.hillenbrand.util
Class URIComparator

java.lang.Object
  extended by de.hillenbrand.util.URIComparator
All Implemented Interfaces:
java.util.Comparator<org.apache.axis.types.URI>

public class URIComparator
extends java.lang.Object
implements java.util.Comparator<org.apache.axis.types.URI>


Constructor Summary
URIComparator()
           
 
Method Summary
 int compare(org.apache.axis.types.URI u1, org.apache.axis.types.URI u2)
           
 
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

URIComparator

public URIComparator()
Method Detail

compare

public int compare(org.apache.axis.types.URI u1,
                   org.apache.axis.types.URI u2)
Specified by:
compare in interface java.util.Comparator<org.apache.axis.types.URI>