| Package | Description |
|---|---|
| xyz.nickr.jomdb.model |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResultsPage.getResult(int x)
Gets a result from this page.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchResult> |
SearchResultsPage.iterator() |
Spliterator<SearchResult> |
SearchResultsPage.spliterator() |
java.util.stream.Stream<SearchResult> |
SearchResultsPage.stream()
Gets the results on this page as a stream.
|
Copyright © 2017. All rights reserved.