|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.wcohen.secondstring.expt.MatchData.MatchIterator
Iterates over all stored StringWrappers
| Constructor Summary | |
MatchData.MatchIterator()
|
|
| Method Summary | |
java.lang.String |
getSource()
Return the source of the last StringWrapper. |
boolean |
hasNext()
|
java.lang.Object |
next()
Returns the next StringWrapper as an object. |
StringWrapper |
nextStringWrapper()
Return the next StringWrapper. |
void |
remove()
Not implemented. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MatchData.MatchIterator()
| Method Detail |
public void remove()
remove in interface java.util.Iteratorpublic java.lang.String getSource()
public StringWrapper nextStringWrapper()
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||