xml.completion
Class ElementDecl.Compare

java.lang.Object
  extended by xml.completion.ElementDecl.Compare
All Implemented Interfaces:
java.util.Comparator<ElementDecl>
Enclosing class:
ElementDecl

public static class ElementDecl.Compare
extends java.lang.Object
implements java.util.Comparator<ElementDecl>


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

ElementDecl.Compare

public ElementDecl.Compare()
Method Detail

compare

public int compare(ElementDecl obj1,
                   ElementDecl obj2)
Specified by:
compare in interface java.util.Comparator<ElementDecl>