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 SparseEntryQDLList. first()SparseEntryQDLList. 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 booleanQDLList. add(SparseEntry sparseEntry)booleanQDLList. remove(SparseEntry sparseEntry)voidQDLList. 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 voidQDLList. 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 voidXMLUtils. write(XMLStreamWriter xsw, SparseEntry sparseEntry)
-