Module datarush.library
Interface LongValuedIterator
-
- All Superinterfaces:
DoubleValued,DoubleValuedIterator,FloatValued,FloatValuedIterator,LongValued,NumericValued,NumericValuedIterator,ScalarTyped,ScalarValued,ScalarValuedIterator,TokenTyped,TokenValued,TokenValuedIterator
- All Known Subinterfaces:
IntValuedIterator
public interface LongValuedIterator extends LongValued, FloatValuedIterator
AScalarValuedIteratorover long 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.LongValued
asLong
-
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
-
-