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 ModelListModelList. 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 theModelListobjects within the model map to be iterated within for each loops.
-