public class IteratedSearcher extends Object
Note: if the source changes between calls from the iterated searcher during iteration, results may be inconsistent.
Modifier and Type | Class and Description |
---|---|
static interface |
IteratedSearcher.Source<T> |
Constructor and Description |
---|
IteratedSearcher() |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
iteratedSearch(IteratedSearcher.Source<T> source,
com.google.common.base.Predicate<? super T> filter,
int limit) |
public <T> List<T> iteratedSearch(IteratedSearcher.Source<T> source, com.google.common.base.Predicate<? super T> filter, int limit)
Copyright © 2002-2015 Atlassian. All Rights Reserved.