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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MoneyInputField
A money valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MoneyValuedIterator
A
ScalarValuedIterator over money values. |
Modifier and Type | Method and Description |
---|---|
MoneyValued |
SparseMoneyTokenList.getToken(int index) |
MoneyValued |
MoneyTokenSequence.getToken(int index) |
MoneyValued |
MoneyTokenList.getToken(int index) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MoneyRegister
A mutable
MoneyValued object. |
class |
MoneyToken
An immutable
MoneyValued object. |
class |
NullToken
An null token.
|
Constructor and Description |
---|
MoneyToken(MoneyValued value)
Constructs a new token with the money
value in the given container.
|
Copyright © 2020 Actian Corporation. All rights reserved.