Package org.qdl_lang.variables
Class StemVariable
- java.lang.Object
-
- org.qdl_lang.variables.QDLStem
-
- org.qdl_lang.variables.StemVariable
-
- All Implemented Interfaces:
Serializable
,Map<String,Object>
public class StemVariable extends QDLStem
Deprecated.useQDLStem
Created by Jeff Gaynor
on 1/16/20 at 12:09 PM- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.qdl_lang.variables.QDLStem
QDLStem.KeyRankMap, QDLStem.OrderedIndexEntry, QDLStem.ValueIterator
-
-
Field Summary
-
Fields inherited from class org.qdl_lang.variables.QDLStem
STEM_ENTRY_CONNECTOR, STEM_INDEX_MARKER
-
-
Constructor Summary
Constructors Constructor Description StemVariable()
Deprecated.StemVariable(Long count, Object[] fillList)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description QDLStem
newInstance()
Deprecated.QDLStem
newInstance(Long count, Object[] fillList)
Deprecated.-
Methods inherited from class org.qdl_lang.variables.QDLStem
addAll, addList, allKeys2, almostUnique, clear, clone, commonKeys, containsKey, containsKey, containsKey, containsValue, convertKeyByRank, dim, entrySet, excludeKeys, fromJSON, fromJSON, fromJSON, fromJSON, get, get, get, get, get, get, getBoolean, getBoolean, getByMultiIndex, getDecimal, getDefaultValue, getLong, getLong, getQDLList, getQDLMap, getRank, getStem, getStem, getString, getString, hasDefaultValue, hasKey, hasKeys, hasValue, includeKeys, indices, indices, indices, inputForm, inputForm, inputForm, isEmpty, isIntVar, isList, isLongIndex, isVar, keySet, listAdd, listAppend, listCopy, listInsertAt, listSubset, listSubset, mask, myPut, newGet, put, put, put, putAll, putLongOrString, remove, remove, remove, remove, remove, removeAllByValue, removeAllByValue, removeAllByValues, renameKeys, set, set, setDefaultValue, setQDLList, setQDLMap, size, toJSON, toJSON, toString, toString, toString, union, values, valueSet, valuesIterator
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
newInstance
public QDLStem newInstance()
Deprecated.- Overrides:
newInstance
in classQDLStem
-
newInstance
public QDLStem newInstance(Long count, Object[] fillList)
Deprecated.- Overrides:
newInstance
in classQDLStem
-
-