org.pentaho.reporting.engine.classic.core.states
Class StructureFunctionComparator

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.states.StructureFunctionComparator
All Implemented Interfaces:
Comparator

public class StructureFunctionComparator
extends Object
implements Comparator

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
StructureFunctionComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

StructureFunctionComparator

public StructureFunctionComparator()
Method Detail

compare

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