org.pentaho.reporting.libraries.formula.typing.sequence
Class RawArraySequence

java.lang.Object
  extended by org.pentaho.reporting.libraries.formula.typing.sequence.RawArraySequence
All Implemented Interfaces:
Sequence

public class RawArraySequence
extends Object
implements Sequence

Todo: Document me!

Date: 29.09.2010 Time: 16:56:31

Author:
Thomas Morgner.

Constructor Summary
RawArraySequence(Collection array)
           
RawArraySequence(Object[] array)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 LValue nextRawValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawArraySequence

public RawArraySequence(Object[] array)

RawArraySequence

public RawArraySequence(Collection array)
Method Detail

hasNext

public boolean hasNext()
                throws EvaluationException
Specified by:
hasNext in interface Sequence
Throws:
EvaluationException

next

public Object next()
            throws EvaluationException
Specified by:
next in interface Sequence
Throws:
EvaluationException

nextRawValue

public LValue nextRawValue()
                    throws EvaluationException
Specified by:
nextRawValue in interface Sequence
Throws:
EvaluationException