Uses of Interface
com.pervasive.datarush.tokens.scalar.DoubleValued
-
Packages that use DoubleValued 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 DoubleValued in com.pervasive.datarush.ports.physical
Subinterfaces of DoubleValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceDoubleInputFieldA double valued field of a record input port.interfaceFloatInputFieldA float valued field of a record input port.interfaceIntInputFieldAn integer valued field of a record input port.interfaceLongInputFieldA long valued field of a record input port.interfaceMoneyInputFieldA 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.scalar Modifier and Type Interface Description interfaceDoubleValuedIteratorAScalarValuedIteratorover double values.interfaceFloatValuedIteratorAScalarValuedIteratorover float values.interfaceIntValuedIteratorAScalarValuedIteratorover a integer fields.interfaceLongValuedIteratorAScalarValuedIteratorover long values.interfaceMoneyValuedIteratorAScalarValuedIteratorover money values.Methods in com.pervasive.datarush.sequences.scalar that return DoubleValued Modifier and Type Method Description DoubleValuedDoubleTokenList. getToken(int index)DoubleValuedDoubleTokenSequence. getToken(int index)DoubleValuedSparseDoubleTokenList. getToken(int index) -
Uses of DoubleValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type DoubleValued Modifier and Type Method Description static 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.scalar Modifier and Type Interface Description interfaceFloatValuedATokenValuedobject containing a float value.interfaceIntValuedATokenValuedobject containing an integer value.interfaceLongValuedATokenValuedobject containing a long value.interfaceMoneyValuedATokenValuedobject containing a money value.Classes in com.pervasive.datarush.tokens.scalar that implement DoubleValued Modifier and Type Class Description classDoubleRegisterA mutableDoubleValuedobject.classDoubleTokenAn immutableDoubleValuedobject.classFloatRegisterA mutableBinaryValuedobject.classFloatTokenAn immutableFloatValuedobject.classIntRegisterA mutableIntValuedobject.classIntTokenAn immutableIntValuedobject.classLongRegisterA mutableIntValuedobject.classLongTokenAn immutableLongValuedobject.classMoneyRegisterA mutableMoneyValuedobject.classMoneyTokenAn immutableMoneyValuedobject.classNullTokenAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type DoubleValued Constructor Description DoubleToken(DoubleValued value)Constructs a new token with the double value in the given container.
-