Uses of Class
com.pervasive.datarush.tokens.scalar.ObjectToken
-
Packages that use ObjectToken Package Description com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of ObjectToken in com.pervasive.datarush.tokens.scalar
Methods in com.pervasive.datarush.tokens.scalar that return ObjectToken Modifier and Type Method Description static <O> ObjectToken<O>
ObjectToken. NULL(ObjectTokenType<O> type)
Gets a null valuedObjectToken
of the specified type.static <O> ObjectToken<O>
ObjectToken. NULL(Class<O> type)
Gets a null valuedObjectToken
of the specified type.static <O> ObjectToken<O>
ObjectToken. ZERO(ObjectTokenType<O> type)
Gets a zero valuedObjectToken
of the specified type.Methods in com.pervasive.datarush.tokens.scalar with parameters of type ObjectToken Modifier and Type Method Description int
ObjectToken. compareTo(ObjectToken<O> that)
-