com.ptc.windchill.structconf.util
Class URLSet.URLComparator

java.lang.Object
  extended bycom.ptc.windchill.structconf.util.URLSet.URLComparator
All Implemented Interfaces:
Comparator
Enclosing class:
URLSet

private class URLSet.URLComparator
extends Object
implements Comparator


Constructor Summary
private URLSet.URLComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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

URLSet.URLComparator

private URLSet.URLComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator