org.kuali.maven.ec2.pojo
Class RowComparator

java.lang.Object
  extended by org.kuali.maven.ec2.pojo.RowComparator
All Implemented Interfaces:
Comparator<Row>

public class RowComparator
extends Object
implements Comparator<Row>


Constructor Summary
RowComparator()
           
 
Method Summary
 int compare(Row row1, Row row2)
           
 int getElementIndex()
           
 void setElementIndex(int elementIndex)
           
 
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

RowComparator

public RowComparator()
Method Detail

compare

public int compare(Row row1,
                   Row row2)
Specified by:
compare in interface Comparator<Row>

getElementIndex

public int getElementIndex()

setElementIndex

public void setElementIndex(int elementIndex)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.