-
- All Implemented Interfaces:
- Iterable<com.fatwire.cs.core.search.data.ResultRow>
public final class SearchResultIterable
extends Object
implements Iterable<com.fatwire.cs.core.search.data.ResultRow>
Iterable wrapper over a SearchResult so that the API can be
used in a for-each loop.
- Since:
- Feb 16, 2011
- Author:
- Tony Field
-
-
Constructor Summary
Constructors
Constructor and Description |
SearchResultIterable(com.fatwire.cs.core.search.engine.SearchResult<com.fatwire.cs.core.search.data.ResultRow> searchResult) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
Iterator<com.fatwire.cs.core.search.data.ResultRow> |
iterator() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.