Uses of Class
com.badlogic.gdx.utils.JsonValue.JsonIterator
-
Packages that use JsonValue.JsonIterator Package Description com.badlogic.gdx.utils -
-
Uses of JsonValue.JsonIterator in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return JsonValue.JsonIterator Modifier and Type Method Description JsonValue.JsonIteratorJsonValue. iterator()Iterates the children of this array or object.JsonValue.JsonIteratorJsonValue. iterator(java.lang.String name)Returns an iterator for the child with the specified name, or an empty iterator if no child is found.
-