Interface Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeTypegetType()booleanhasNext()longnext()
-
-
-
Method Detail
-
hasNext
boolean hasNext() throws java.io.IOException- Throws:
java.io.IOException
-
next
long next() throws java.io.IOException
- Throws:
java.io.IOException
-
getType
NodeType getType()
-
-