public class RandomIterator extends BaseDatapoolIterator
random iteration format is selected
for a particular script.datapool, equivalenceClass, equivalenceClassIndexRANDOM_SEED, WRAP| Constructor and Description |
|---|
RandomIterator() |
| Modifier and Type | Method and Description |
|---|---|
IDatapoolRecord |
dpCurrent()
The record currently available from this iterator for the associated
instance of the datapool.
|
boolean |
dpDone()
|
void |
dpNext()
Increments the iterator associated with an instance of the datapool.
|
void |
dpReset()
Restart the iterator associated with an instance of the datapool.
|
dpBoolean, dpBoolean, dpByte, dpByte, dpChar, dpChar, dpDouble, dpDouble, dpFloat, dpFloat, dpInitialize, dpInitialize, dpInt, dpInt, dpLong, dpLong, dpShort, dpShort, dpString, dpString, dpValue, dpValue, getCell, getCell, getDatapool, getEquivalenceClass, getProperty, setDatapool, setPropertypublic IDatapoolRecord dpCurrent()
IDatapoolIteratornext method. A value of null is
returned when the iterator is out of values.dpCurrent in interface IDatapoolIteratordpCurrent in class BaseDatapoolIteratornull.IDatapoolIterator.dpNext(),
IDatapoolIterator.dpDone(),
IDatapoolIterator.dpReset()public boolean dpDone()
IDatapoolIteratordpDone in interface IDatapoolIteratordpDone in class BaseDatapoolIteratorIDatapoolIterator.dpCurrent(),
IDatapoolIterator.dpNext(),
IDatapoolIterator.dpReset()public void dpNext()
IDatapoolIteratordpNext in interface IDatapoolIteratordpNext in class BaseDatapoolIteratorIDatapoolIterator.dpCurrent(),
IDatapoolIterator.dpDone(),
IDatapoolIterator.dpReset()public void dpReset()
IDatapoolIteratordpReset in interface IDatapoolIteratordpReset in class BaseDatapoolIteratorIDatapoolIterator.dpCurrent(),
IDatapoolIterator.dpDone(),
IDatapoolIterator.dpNext()