|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Match objects in a Results object can be accessed by using
Results.iterator(), or by using the Results object as the subject of
a "for-each" loop.
public final class ResultsEnumerator
ResultsEnumerator provides an enumerator for retrieving each of the Match objects contained
in a Results object.
| Constructor Summary | |
|---|---|
ResultsEnumerator(Results Results)
Deprecated. |
|
| Method Summary | |
|---|---|
Results |
getResults()
Deprecated. |
boolean |
hasMoreElements()
Deprecated. |
boolean |
hasNext()
Deprecated. |
Match |
next()
Deprecated. |
Match |
nextElement()
Deprecated. |
Match |
nextMatch()
Deprecated. |
void |
remove()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultsEnumerator(Results Results)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<Match>public Match next()
next in interface Iterator<Match>public void remove()
remove in interface Iterator<Match>public boolean hasMoreElements()
hasMoreElements in interface Enumeration<Match>public Match nextElement()
nextElement in interface Enumeration<Match>public Match nextMatch()
public Results getResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||