public class PathParser extends Object implements Iterable<InputElement>, Iterator<InputElement>
| Constructor and Description |
|---|
PathParser(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<InputElement> |
iterator() |
InputElement |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic PathParser(String path) throws SyntaxException
SyntaxExceptionpublic Iterator<InputElement> iterator()
iterator in interface Iterable<InputElement>public boolean hasNext()
hasNext in interface Iterator<InputElement>public InputElement next()
next in interface Iterator<InputElement>public void remove()
remove in interface Iterator<InputElement>Copyright © 2015. All rights reserved.