Uses of Class
com.pervasive.datarush.tokens.scalar.LongToken
-
Packages that use LongToken Package Description com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of LongToken in com.pervasive.datarush.tokens.scalar
Fields in com.pervasive.datarush.tokens.scalar declared as LongToken Modifier and Type Field Description static LongTokenLongToken. NULLA null valuedLongTokenstatic LongTokenLongToken. ZEROA zero valuedLongTokenMethods in com.pervasive.datarush.tokens.scalar that return LongToken Modifier and Type Method Description static LongTokenLongToken. parse(String value)Converts a string representation of a long value into a token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type LongToken Modifier and Type Method Description intLongToken. compareTo(LongToken that)
-