Module datarush.library
Interface MoneyValuedIterator
-
- All Superinterfaces:
DoubleValued,DoubleValuedIterator,FloatValued,FloatValuedIterator,MoneyValued,NumericValued,NumericValuedIterator,ScalarTyped,ScalarValued,ScalarValuedIterator,TokenTyped,TokenValued,TokenValuedIterator
public interface MoneyValuedIterator extends MoneyValued, FloatValuedIterator
AScalarValuedIteratorover money 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.FloatValued
asFloat
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.MoneyValued
asCents
-
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
-
-