|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wcohen.ss.expt.MatchData.MatchIterator
public static class MatchData.MatchIterator
Iterates over all stored StringWrappers
| Constructor Summary | |
|---|---|
MatchData.MatchIterator(MatchData data)
|
|
| 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(MatchData data)
| Method Detail |
|---|
public void remove()
remove in interface java.util.Iteratorpublic java.lang.String getSource()
public StringWrapper nextStringWrapper()
nextStringWrapper in interface StringWrapperIteratorpublic boolean hasNext()
hasNext in interface StringWrapperIteratorhasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface StringWrapperIteratornext in interface java.util.Iterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||