Module datarush.library
Interface NumericValuedIterator
-
- All Superinterfaces:
NumericValued
,ScalarTyped
,ScalarValued
,ScalarValuedIterator
,TokenTyped
,TokenValued
,TokenValuedIterator
- All Known Subinterfaces:
DoubleValuedIterator
,FloatValuedIterator
,IntValuedIterator
,LongValuedIterator
,MoneyValuedIterator
public interface NumericValuedIterator extends NumericValued, ScalarValuedIterator
AScalarValuedIterator
over numeric 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.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
-
-