|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.Web.CSV2DOM.CharacterIterator
Gets the characters from a string in order.
| Constructor Summary | |
CSV2DOM.CharacterIterator(java.lang.String s)
|
|
| Method Summary | |
int |
getIndex()
Get the index into the string to be returned next. |
java.lang.String |
getString()
Get the string being iterated over. |
boolean |
hasNext()
Indicates whether there are any more characters in the string. |
char |
next()
Get the next character in the string, or \0 if no more characters are available. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CSV2DOM.CharacterIterator(java.lang.String s)
| Method Detail |
public int getIndex()
public java.lang.String getString()
public boolean hasNext()
public char next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||