Uses of Class
org.qdl_lang.variables.values.LongValue
-
Packages that use LongValue Package Description org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.variables.values -
-
Uses of LongValue in org.qdl_lang.variables
Methods in org.qdl_lang.variables that return types with arguments of type LongValue Modifier and Type Method Description TreeSet<LongValue>
StemKeys. getListkeys()
Method parameters in org.qdl_lang.variables with type arguments of type LongValue Modifier and Type Method Description void
StemKeys. setListkeys(TreeSet<LongValue> listkeys)
Constructor parameters in org.qdl_lang.variables with type arguments of type LongValue Constructor Description MyStemKeyIterator(Iterator<LongValue> listKeysIterator, Iterator<StringValue> stemKeysIterator)
-
Uses of LongValue in org.qdl_lang.variables.values
Fields in org.qdl_lang.variables.values declared as LongValue Modifier and Type Field Description static LongValue
LongValue. MinusOne
static LongValue
LongValue. One
static LongValue
LongValue. Zero
Methods in org.qdl_lang.variables.values that return LongValue Modifier and Type Method Description protected static LongValue
QDLKey. decimalToLong(BigDecimal decimal)
Decimals may be used as keys if they have a trivial fractional part.
-