edu.utexas.its.eis.tools.qwicap.template.css
Class ResultsEnumerator

java.lang.Object
  extended by edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
All Implemented Interfaces:
Enumeration<Match>, Iterator<Match>

Deprecated. The 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.

@Deprecated
public final class ResultsEnumerator
extends Object
implements Enumeration<Match>, Iterator<Match>

ResultsEnumerator provides an enumerator for retrieving each of the Match objects contained in a Results object.

Author:
Chris W. Johnson

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

ResultsEnumerator

public ResultsEnumerator(Results Results)
Deprecated. 
Method Detail

hasNext

public boolean hasNext()
Deprecated. 
Specified by:
hasNext in interface Iterator<Match>

next

public Match next()
Deprecated. 
Specified by:
next in interface Iterator<Match>

remove

public void remove()
Deprecated. 
Specified by:
remove in interface Iterator<Match>

hasMoreElements

public boolean hasMoreElements()
Deprecated. 
Specified by:
hasMoreElements in interface Enumeration<Match>

nextElement

public Match nextElement()
Deprecated. 
Specified by:
nextElement in interface Enumeration<Match>

nextMatch

public Match nextMatch()
Deprecated. 

getResults

public Results getResults()
Deprecated.