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

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

public static class EntityDecl.Compare
extends Object
implements Comparator


Constructor Summary
EntityDecl.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

EntityDecl.Compare

public EntityDecl.Compare()
Method Detail

compare

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