Uses of Interface
com.pervasive.datarush.tokens.scalar.IntValued
-
Packages that use IntValued Package Description com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of IntValued in com.pervasive.datarush.ports.physical
Subinterfaces of IntValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
IntInputField
An integer valued field of a record input port. -
Uses of IntValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of IntValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
IntValuedIterator
AScalarValuedIterator
over a integer fields.Methods in com.pervasive.datarush.sequences.scalar that return IntValued Modifier and Type Method Description IntValued
IntTokenList. getToken(int index)
IntValued
IntTokenSequence. getToken(int index)
IntValued
SparseIntTokenList. getToken(int index)
-
Uses of IntValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type IntValued Modifier and Type Method Description static String
TokenUtils. asString(IntValued value)
Formats an integer value as a string suitable for output.static int
TokenUtils. compare(IntValued value1, IntValued value2)
Indicates the relative ordering of two integer values in ascending order.static boolean
TokenUtils. equal(IntValued value1, IntValued value2)
Indicates whether two integer values are equal.static int
TokenUtils. hashCode(IntValued value)
Computes a hash code for an integer value. -
Uses of IntValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement IntValued Modifier and Type Class Description class
IntRegister
A mutableIntValued
object.class
IntToken
An immutableIntValued
object.class
NullToken
An null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type IntValued Constructor Description IntToken(IntValued value)
Constructs a new token with the integer value in the given container.
-