Module datarush.library
Interface TimeValuedIterator
-
- All Superinterfaces:
ScalarTyped
,ScalarValued
,ScalarValuedIterator
,TimeValued
,TokenTyped
,TokenValued
,TokenValuedIterator
public interface TimeValuedIterator extends TimeValued, ScalarValuedIterator
AScalarValuedIterator
over time values.
-
-
Method Summary
-
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.scalar.TimeValued
asDayMillis, asTimeOfDay
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-