com.badlogic.gdx.utils
Class JsonValue.JsonIterator

java.lang.Object
  extended by com.badlogic.gdx.utils.JsonValue.JsonIterator
All Implemented Interfaces:
Iterable<JsonValue>, Iterator<JsonValue>
Enclosing class:
JsonValue

public class JsonValue.JsonIterator
extends Object
implements Iterator<JsonValue>, Iterable<JsonValue>


Constructor Summary
JsonValue.JsonIterator()
           
 
Method Summary
 boolean hasNext()
           
 Iterator<JsonValue> iterator()
           
 JsonValue next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonValue.JsonIterator

public JsonValue.JsonIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<JsonValue>

next

public JsonValue next()
Specified by:
next in interface Iterator<JsonValue>

remove

public void remove()
Specified by:
remove in interface Iterator<JsonValue>

iterator

public Iterator<JsonValue> iterator()
Specified by:
iterator in interface Iterable<JsonValue>


Copyright © 2013. All Rights Reserved.