net.sourceforge.jsxe.dom.completion
Class IDDecl.Compare

java.lang.Object
  extended bynet.sourceforge.jsxe.dom.completion.IDDecl.Compare
All Implemented Interfaces:
Comparator
Enclosing class:
IDDecl

public static class IDDecl.Compare
extends Object
implements Comparator


Constructor Summary
IDDecl.Compare()
           
 
Method Summary
 int compare(Object obj1, Object obj2)
           
 
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

IDDecl.Compare

public IDDecl.Compare()
Method Detail

compare

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