Uses of Interface
com.pervasive.datarush.tokens.scalar.Ip6AddressValued
-
Packages that use Ip6AddressValued 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 Ip6AddressValued in com.pervasive.datarush.ports.physical
Subinterfaces of Ip6AddressValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceIp6AddressInputFieldA ip6 address valued field of a record input port. -
Uses of Ip6AddressValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of Ip6AddressValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interfaceIp6AddressValuedIteratorAScalarValuedIteratorover ip6address values.Methods in com.pervasive.datarush.sequences.scalar that return Ip6AddressValued Modifier and Type Method Description Ip6AddressValuedIp6AddressTokenList. getToken(int index)Ip6AddressValuedIp6AddressTokenSequence. getToken(int index)Ip6AddressValuedSparseIp6AddressTokenList. getToken(int index) -
Uses of Ip6AddressValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type Ip6AddressValued Modifier and Type Method Description static StringTokenUtils. asString(Ip6AddressValued value)Formats an ipv6 value as a string suitable for output.static intTokenUtils. compare(Ip6AddressValued value1, Ip6AddressValued value2)Indicates the relative ordering of two ip4address values in ascending order.static booleanTokenUtils. equal(Ip6AddressValued value1, Ip6AddressValued value2)Indicates whether two ip6address values are equal.static intTokenUtils. hashCode(Ip6AddressValued value)Computes a hash code for a ip6address value. -
Uses of Ip6AddressValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement Ip6AddressValued Modifier and Type Class Description classIp6AddressRegisterA mutableIp6AddressValuedobject.classIp6AddressTokenAn immutableIp6AddressValuedobject.classNullTokenAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type Ip6AddressValued Constructor Description Ip6AddressToken(Ip6AddressValued value)Constructs a new token with the ip6 address value in the given container.
-