Uses of Class
org.qdl_lang.variables.QDLList
- 
Packages that use QDLList Package Description org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.extensions.convert The conversion module.org.qdl_lang.extensions.dynamodb org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.variables.values 
- 
- 
Uses of QDLList in org.qdl_lang.evaluateMethods in org.qdl_lang.evaluate with parameters of type QDLList Modifier and Type Method Description protected static StringIOEvaluator. toIniList(QDLList<? extends QDLValue> list)
- 
Uses of QDLList in org.qdl_lang.extensions.convertMethods in org.qdl_lang.extensions.convert with parameters of type QDLList Modifier and Type Method Description protected ObjectQDLConvert. snarfList(QDLList list, boolean glomStringsTogether)
- 
Uses of QDLList in org.qdl_lang.extensions.dynamodbMethods in org.qdl_lang.extensions.dynamodb with parameters of type QDLList Modifier and Type Method Description protected software.amazon.awssdk.services.dynamodb.model.AttributeValueDynamoDB. convertToAV(QDLList<QDLValue> qdlList)
- 
Uses of QDLList in org.qdl_lang.variablesMethods in org.qdl_lang.variables that return QDLList Modifier and Type Method Description QDLListQDLList. dim()Get the dimension list for this object.QDLListQDLStem.ARGetkeys. getAccumulator()Flat list of all keys.QDLList<? extends QDLValue>QDLStem. getQDLList()QDLListQDLList. subList(long startIndex, boolean includeStartIndex, long endIndex, boolean includeEndIndex)QDLListQDLList. subListNEW(long startIndex, boolean includeStartIndex, long count, boolean includeEndIndex)QDLListQDLList. subsetBasicCase(long startIndex, boolean includeStartIndex, long count, boolean includeEndIndex)QDLListQDLList. subsetEndOfList(long startIndex, boolean includeStartIndex, long count, boolean includeEndIndex)QDLListQDLList. subsetEndOfListFromEnd(long startIndex, boolean includeStartIndex, long count, boolean includeEndIndex)QDLListQDLList. unique()Runs over every entry in the stem list (including danglers).Methods in org.qdl_lang.variables with parameters of type QDLList Modifier and Type Method Description voidQDLList. listCopyFrom(long startIndex, long length, QDLList source, long insertIndex)voidQDLList. listInsertFrom(long startIndex, long length, QDLList source, long insertIndex)voidQDLStem. setQDLList(QDLList qdlList)Constructors in org.qdl_lang.variables with parameters of type QDLList Constructor Description QDLStem(QDLList list)Initialize a QDL stem with a list
- 
Uses of QDLList in org.qdl_lang.variables.valuesConstructors in org.qdl_lang.variables.values with parameters of type QDLList Constructor Description StemValue(QDLList value)
 
-