Uses of Interface
com.pervasive.datarush.tokens.scalar.DoubleValued
Packages that use DoubleValued
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 DoubleValued in com.pervasive.datarush.ports.physical
Subinterfaces of DoubleValued in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA double valued field of a record input port.interfaceA float valued field of a record input port.interfaceAn integer valued field of a record input port.interfaceA long valued field of a record input port.interfaceA money valued field of a record input port. -
Uses of DoubleValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of DoubleValued in com.pervasive.datarush.sequences.scalarModifier and TypeInterfaceDescriptioninterfaceAScalarValuedIteratorover double values.interfaceAScalarValuedIteratorover float values.interfaceAScalarValuedIteratorover a integer fields.interfaceAScalarValuedIteratorover long values.interfaceAScalarValuedIteratorover money values.Methods in com.pervasive.datarush.sequences.scalar that return DoubleValued -
Uses of DoubleValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type DoubleValuedModifier and TypeMethodDescriptionstatic StringTokenUtils.asString(DoubleValued value) Formats a double value as a string suitable for output.static intTokenUtils.compare(DoubleValued value1, DoubleValued value2) Indicates the relative ordering of two double values in ascending order.static booleanTokenUtils.equal(DoubleValued value1, DoubleValued value2) Indicates whether two double values are equal.static intTokenUtils.hashCode(DoubleValued value) Computes a hash code for a double value. -
Uses of DoubleValued in com.pervasive.datarush.tokens.scalar
Subinterfaces of DoubleValued in com.pervasive.datarush.tokens.scalarModifier and TypeInterfaceDescriptioninterfaceATokenValuedobject containing a float value.interfaceATokenValuedobject containing an integer value.interfaceATokenValuedobject containing a long value.interfaceATokenValuedobject containing a money value.Classes in com.pervasive.datarush.tokens.scalar that implement DoubleValuedModifier and TypeClassDescriptionfinal classA mutableDoubleValuedobject.final classAn immutableDoubleValuedobject.final classA mutableBinaryValuedobject.final classAn immutableFloatValuedobject.final classA mutableIntValuedobject.final classAn immutableIntValuedobject.final classA mutableIntValuedobject.final classAn immutableLongValuedobject.final classA mutableMoneyValuedobject.final classAn immutableMoneyValuedobject.classAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type DoubleValuedModifierConstructorDescriptionDoubleToken(DoubleValued value) Constructs a new token with the double value in the given container.