Module datarush.library
Interface ObjectValuedIterator<T>
- Type Parameters:
T- the type of Java objects in the iterator
- All Superinterfaces:
ObjectTyped<T>,ObjectValued<T>,ScalarTyped,ScalarValued,ScalarValuedIterator,TokenTyped,TokenValued,TokenValuedIterator
A
ScalarValuedIterator over object values.-
Method Summary
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ObjectValued
asObjectMethods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
isZeroMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNullMethods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
Method Details
-
getType
ObjectTokenType<T> getType()Description copied from interface:TokenValuedGets the data type of the token. This type will dictate the valid values that can be contained.- Specified by:
getTypein interfaceObjectTyped<T>- Specified by:
getTypein interfaceObjectValued<T>- Specified by:
getTypein interfaceScalarTyped- Specified by:
getTypein interfaceScalarValued- Specified by:
getTypein interfaceScalarValuedIterator- Specified by:
getTypein interfaceTokenTyped- Specified by:
getTypein interfaceTokenValued- Returns:
- the token type.
-