Uses of Interface
com.pervasive.datarush.tokens.scalar.FloatValued
-
Packages that use FloatValued 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 FloatValued in com.pervasive.datarush.ports.physical
Subinterfaces of FloatValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description 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 FloatValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of FloatValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interfaceFloatValuedIteratorAScalarValuedIteratorover float values.interfaceIntValuedIteratorAScalarValuedIteratorover a integer fields.interfaceLongValuedIteratorAScalarValuedIteratorover long values.interfaceMoneyValuedIteratorAScalarValuedIteratorover money values.Methods in com.pervasive.datarush.sequences.scalar that return FloatValued Modifier and Type Method Description FloatValuedFloatTokenList. getToken(int index)FloatValuedFloatTokenSequence. getToken(int index)FloatValuedSparseFloatTokenList. getToken(int index) -
Uses of FloatValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type FloatValued Modifier and Type Method Description static StringTokenUtils. asString(FloatValued value)Formats a float value as a string suitable for output.static intTokenUtils. compare(FloatValued value1, FloatValued value2)Indicates the relative ordering of two float values in ascending order.static booleanTokenUtils. equal(FloatValued value1, FloatValued value2)Indicates whether two float values are equal.static intTokenUtils. hashCode(FloatValued value)Computes a hash code for a float value. -
Uses of FloatValued in com.pervasive.datarush.tokens.scalar
Subinterfaces of FloatValued in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interfaceIntValuedATokenValuedobject containing an integer value.interfaceLongValuedATokenValuedobject containing a long value.interfaceMoneyValuedATokenValuedobject containing a money value.Classes in com.pervasive.datarush.tokens.scalar that implement FloatValued Modifier and Type Class Description 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 FloatValued Constructor Description FloatToken(FloatValued value)Constructs a new token with the float value in the given container.
-