public interface TokenIterator
extends java.util.Iterator<java.lang.String>, java.util.Enumeration<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreTokens() |
java.lang.String |
nextToken()
Returns the next element in the iteration as a
String. |
void |
reset()
Resets this iterator.
|
boolean hasMoreTokens()
java.lang.String nextToken()
String.java.util.NoSuchElementException - iteration has no more elements.void reset()
Copyright © 2018. All Rights Reserved.