Module datarush.library
Interface DoubleValuedIterator
-
- All Superinterfaces:
DoubleValued,NumericValued,NumericValuedIterator,ScalarTyped,ScalarValued,ScalarValuedIterator,TokenTyped,TokenValued,TokenValuedIterator
- All Known Subinterfaces:
FloatValuedIterator,IntValuedIterator,LongValuedIterator,MoneyValuedIterator
public interface DoubleValuedIterator extends DoubleValued, NumericValuedIterator
AScalarValuedIteratorover double values.
-
-
Field Summary
-
Fields inherited from interface com.pervasive.datarush.tokens.scalar.NumericValued
MAX_INFINITY, MIN_INFINITY
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.DoubleValued
asDouble
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.NumericValued
asBigDecimal
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
isZero
-
Methods inherited from interface com.pervasive.datarush.sequences.scalar.ScalarValuedIterator
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-