Uses of Interface
com.pervasive.datarush.tokens.scalar.CharValued
-
Packages that use CharValued 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 CharValued in com.pervasive.datarush.ports.physical
Subinterfaces of CharValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceCharInputFieldA 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.scalar Modifier and Type Interface Description interfaceCharValuedIteratorAScalarValuedIteratorover character values.Methods in com.pervasive.datarush.sequences.scalar that return CharValued Modifier and Type Method Description CharValuedCharTokenList. getToken(int index)CharValuedCharTokenSequence. getToken(int index)CharValuedSparseCharTokenList. getToken(int index) -
Uses of CharValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type CharValued Modifier and Type Method Description static 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 CharValued Modifier and Type Class Description classCharRegisterA mutableCharValuedobject.classCharTokenAn immutableCharValuedobject.classNullTokenAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type CharValued Constructor Description CharToken(CharValued value)Constructs a new token with the character value in the given container.
-