Uses of Interface
com.pervasive.datarush.tokens.scalar.CharValued
Packages that use CharValued
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 CharValued in com.pervasive.datarush.ports.physical
Subinterfaces of CharValued in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA character valued field of a record input port. -
Uses of CharValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of CharValued in com.pervasive.datarush.sequences.scalarMethods in com.pervasive.datarush.sequences.scalar that return CharValued -
Uses of CharValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type CharValuedModifier and TypeMethodDescriptionstatic StringTokenUtils.asString(CharValued value) Formats a character value as a string suitable for output.static intTokenUtils.compare(CharValued value1, CharValued value2) Indicates the relative ordering of two character values in ascending order.static booleanTokenUtils.equal(CharValued value1, CharValued value2) Indicates whether two character values are equal.static intTokenUtils.hashCode(CharValued value) Computes a hash code for a char value. -
Uses of CharValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement CharValuedModifier and TypeClassDescriptionfinal classA mutableCharValuedobject.final classAn immutableCharValuedobject.classAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type CharValuedModifierConstructorDescriptionCharToken(CharValued value) Constructs a new token with the character value in the given container.