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.variablesMethods 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 voidStemKeys. 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.valuesFields in org.qdl_lang.variables.values declared as LongValue Modifier and Type Field Description static LongValueLongValue. MinusOnestatic LongValueLongValue. Onestatic LongValueLongValue. ZeroMethods in org.qdl_lang.variables.values that return LongValue Modifier and Type Method Description protected static LongValueQDLKey. decimalToLong(BigDecimal decimal)Decimals may be used as keys if they have a trivial fractional part.
 
-