Uses of Interface
com.pervasive.datarush.tokens.scalar.MoneyValued
-
Packages that use MoneyValued 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 MoneyValued in com.pervasive.datarush.ports.physical
Subinterfaces of MoneyValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
MoneyInputField
A money valued field of a record input port. -
Uses of MoneyValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of MoneyValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
MoneyValuedIterator
AScalarValuedIterator
over money values.Methods in com.pervasive.datarush.sequences.scalar that return MoneyValued Modifier and Type Method Description MoneyValued
MoneyTokenList. getToken(int index)
MoneyValued
MoneyTokenSequence. getToken(int index)
MoneyValued
SparseMoneyTokenList. getToken(int index)
-
Uses of MoneyValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type MoneyValued Modifier and Type Method Description static String
TokenUtils. asString(MoneyValued value)
Formats a money value as a string suitable for output.static int
TokenUtils. compare(MoneyValued value1, MoneyValued value2)
Indicates the relative ordering of two money values in ascending order.static boolean
TokenUtils. equal(MoneyValued value1, MoneyValued value2)
Indicates whether two money values are equal.static int
TokenUtils. hashCode(MoneyValued value)
Computes a hash code for a money value. -
Uses of MoneyValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement MoneyValued Modifier and Type Class Description class
MoneyRegister
A mutableMoneyValued
object.class
MoneyToken
An immutableMoneyValued
object.class
NullToken
An null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type MoneyValued Constructor Description MoneyToken(MoneyValued value)
Constructs a new token with the money value in the given container.
-