Uses of Interface
com.pervasive.datarush.tokens.scalar.LongValued
-
Packages that use LongValued 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 LongValued in com.pervasive.datarush.ports.physical
Subinterfaces of LongValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceIntInputFieldAn integer valued field of a record input port.interfaceLongInputFieldA long valued field of a record input port. -
Uses of LongValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of LongValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interfaceIntValuedIteratorAScalarValuedIteratorover a integer fields.interfaceLongValuedIteratorAScalarValuedIteratorover long values.Methods in com.pervasive.datarush.sequences.scalar that return LongValued Modifier and Type Method Description LongValuedLongTokenList. getToken(int index)LongValuedLongTokenSequence. getToken(int index)LongValuedSparseLongTokenList. getToken(int index) -
Uses of LongValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type LongValued Modifier and Type Method Description static StringTokenUtils. asString(LongValued value)Formats a long value as a string suitable for output.static intTokenUtils. compare(LongValued value1, LongValued value2)Indicates the relative ordering of two long values in ascending order.static booleanTokenUtils. equal(LongValued value1, LongValued value2)Indicates whether two long values are equal.static intTokenUtils. hashCode(LongValued value)Computes a hash code for a long value. -
Uses of LongValued in com.pervasive.datarush.tokens.scalar
Subinterfaces of LongValued in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interfaceIntValuedATokenValuedobject containing an integer value.Classes in com.pervasive.datarush.tokens.scalar that implement LongValued Modifier and Type Class Description classIntRegisterA mutableIntValuedobject.classIntTokenAn immutableIntValuedobject.classLongRegisterA mutableIntValuedobject.classLongTokenAn immutableLongValuedobject.classNullTokenAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type LongValued Constructor Description LongToken(LongValued value)Constructs a new token with the long value in the given container.
-