Package com.yahoo.search.result
Class HitIterator
java.lang.Object
com.yahoo.search.result.HitIterator
An iterator for the list of hits in a result. This iterator supports the remove operation.
- Author:
- Steinar Knutsen
-
Constructor Summary
ConstructorDescriptionHitIterator
(HitGroup hitGroup, List<Hit> hits) HitIterator
(Result result, List<Hit> hits) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
HitIterator
-
HitIterator
-
-
Method Details