org.exist.xquery
Class AbstractInternalModule.FunctionComparator

java.lang.Object
  extended by org.exist.xquery.AbstractInternalModule.FunctionComparator
All Implemented Interfaces:
java.util.Comparator<FunctionDef>
Enclosing class:
AbstractInternalModule

public static class AbstractInternalModule.FunctionComparator
extends java.lang.Object
implements java.util.Comparator<FunctionDef>


Constructor Summary
AbstractInternalModule.FunctionComparator()
           
 
Method Summary
 int compare(FunctionDef o1, FunctionDef 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

AbstractInternalModule.FunctionComparator

public AbstractInternalModule.FunctionComparator()
Method Detail

compare

public int compare(FunctionDef o1,
                   FunctionDef o2)
Specified by:
compare in interface java.util.Comparator<FunctionDef>