-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
hasNext() |
javax.json.stream.JsonParser.Event |
next() |
void |
remove() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<javax.json.stream.JsonParser.Event>
-
remove
public void remove()
- Specified by:
remove
in interface Iterator<javax.json.stream.JsonParser.Event>
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.