Uses of Interface
com.pervasive.datarush.tokens.scalar.LongValued
Packages that use LongValued
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
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.physicalModifier and TypeInterfaceDescriptioninterfaceAn integer valued field of a record input port.interfaceA 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.scalarModifier and TypeInterfaceDescriptioninterfaceAScalarValuedIteratorover a integer fields.interfaceAScalarValuedIteratorover long values.Methods in com.pervasive.datarush.sequences.scalar that return LongValued -
Uses of LongValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type LongValuedModifier and TypeMethodDescriptionstatic 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.scalarModifier and TypeInterfaceDescriptioninterfaceATokenValuedobject containing an integer value.Classes in com.pervasive.datarush.tokens.scalar that implement LongValuedModifier and TypeClassDescriptionfinal classA mutableIntValuedobject.final classAn immutableIntValuedobject.final classA mutableIntValuedobject.final classAn immutableLongValuedobject.classAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type LongValuedModifierConstructorDescriptionLongToken(LongValued value) Constructs a new token with the long value in the given container.