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 valuedObjectTokenof the specified type.static <O> ObjectToken<O>ObjectToken. NULL(Class<O> type)Gets a null valuedObjectTokenof the specified type.static <O> ObjectToken<O>ObjectToken. ZERO(ObjectTokenType<O> type)Gets a zero valuedObjectTokenof the specified type.Methods in com.pervasive.datarush.tokens.scalar with parameters of type ObjectToken Modifier and Type Method Description intObjectToken. compareTo(ObjectToken<O> that)
-