xml.completion
Class IDDecl.Compare

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

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


Constructor Summary
IDDecl.Compare()
           
 
Method Summary
 int compare(IDDecl id1, IDDecl id2)
           
 
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(IDDecl id1,
                   IDDecl id2)
Specified by:
compare in interface java.util.Comparator<IDDecl>