Uses of Class
org.qdl_lang.variables.SparseEntry
-
Packages that use SparseEntry Package Description org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of SparseEntry in org.qdl_lang.variables
Methods in org.qdl_lang.variables that return SparseEntry Modifier and Type Method Description SparseEntry
QDLList. first()
SparseEntry
QDLList. last()
Methods in org.qdl_lang.variables that return types with arguments of type SparseEntry Modifier and Type Method Description TreeSet<SparseEntry>
QDLList. getSparseEntries()
Methods in org.qdl_lang.variables with parameters of type SparseEntry Modifier and Type Method Description void
QDLList. set(SparseEntry sparseEntry)
Add an element in a sparse entry.Method parameters in org.qdl_lang.variables with type arguments of type SparseEntry Modifier and Type Method Description void
QDLList. setSparseEntries(TreeSet<SparseEntry> sparseEntries)
-
Uses of SparseEntry in org.qdl_lang.xml
Methods in org.qdl_lang.xml with parameters of type SparseEntry Modifier and Type Method Description static void
XMLUtils. write(XMLStreamWriter xsw, SparseEntry sparseEntry)
-