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

Packages that use Sequence
org.pentaho.reporting.libraries.formula.typing   
org.pentaho.reporting.libraries.formula.typing.sequence   
 

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

Subinterfaces of Sequence in org.pentaho.reporting.libraries.formula.typing
 interface NumberSequence
          Todo: Document Me
 

Methods in org.pentaho.reporting.libraries.formula.typing that return Sequence
 Sequence TypeRegistry.convertToSequence(Type type, java.lang.Object value)
           
 Sequence DefaultTypeRegistry.convertToSequence(Type type, java.lang.Object value)
           
 

Uses of Sequence in org.pentaho.reporting.libraries.formula.typing.sequence
 

Classes in org.pentaho.reporting.libraries.formula.typing.sequence that implement Sequence
 class AnyNumberSequence
          A sequence that treats text-values as valid numbers that always evaluate to zero.
 class AnySequence
           
 class DefaultNumberSequence