MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.iterators
Class OrderByIterator.OrderElComp

java.lang.Object
  extended by ch.ethz.mxquery.iterators.OrderByIterator.OrderElComp
All Implemented Interfaces:
Comparator
Enclosing class:
OrderByIterator

public class OrderByIterator.OrderElComp
extends java.lang.Object
implements Comparator


Constructor Summary
OrderByIterator.OrderElComp()
           
 
Method Summary
 int compare(java.lang.Object arg0, java.lang.Object arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.ethz.mxquery.util.Comparator
equals
 

Constructor Detail

OrderByIterator.OrderElComp

public OrderByIterator.OrderElComp()
Method Detail

compare

public int compare(java.lang.Object arg0,
                   java.lang.Object arg1)
            throws MXQueryException
Specified by:
compare in interface Comparator
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich