Uses of Class
org.simpleframework.xml.core.ModelList
-
Packages that use ModelList Package Description org.simpleframework.xml.core -
-
Uses of ModelList in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core that return ModelList Modifier and Type Method Description ModelList
ModelList. build()
This is used when building a copy of the model.Methods in org.simpleframework.xml.core that return types with arguments of type ModelList Modifier and Type Method Description java.util.Iterator<ModelList>
ModelMap. iterator()
This allows theModelList
objects within the model map to be iterated within for each loops.
-