public class SearchResultMerger<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchResultMerger.MergedIterator<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterator<T> |
mergeIterator(List<Iterator<T>> results,
Comparator<T> comparator) |
static <T> ArrayList<T> |
mergeResult(int offset,
int count,
List<Iterator<T>> results,
Comparator<T> comparator) |
public static <T> Iterator<T> mergeIterator(List<Iterator<T>> results, Comparator<T> comparator)
public static <T> ArrayList<T> mergeResult(int offset, int count, List<Iterator<T>> results, Comparator<T> comparator)
Copyright © 2005–2013. All rights reserved.