Uses of Interface
org.pentaho.reporting.libraries.formula.typing.ExtendedComparator

Packages that use ExtendedComparator
org.pentaho.reporting.libraries.formula.typing   
 

Uses of ExtendedComparator in org.pentaho.reporting.libraries.formula.typing
 

Classes in org.pentaho.reporting.libraries.formula.typing that implement ExtendedComparator
 class DefaultComparator
          Creation-Date: 03.11.2006, 16:15:28
 

Methods in org.pentaho.reporting.libraries.formula.typing that return ExtendedComparator
 ExtendedComparator DefaultTypeRegistry.getComparator(Type type1, Type type2)
          Returns an comparator for the given types.
 ExtendedComparator TypeRegistry.getComparator(Type type1, Type type2)
          Returns an comparator for the given types.