org.kuali.rice.kns.web.comparator
Class NumericCellComparator

java.lang.Object
  extended by org.kuali.rice.kns.web.comparator.NumericCellComparator
All Implemented Interfaces:
Serializable, Comparator

public class NumericCellComparator
extends Object
implements Comparator, Serializable

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
NumericCellComparator()
           
 
Method Summary
 int compare(Object o1, Object 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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NumericCellComparator

public NumericCellComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


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