com.browseengine.bobo.util
Class ResultMerger

java.lang.Object
  extended by com.browseengine.bobo.util.ResultMerger

public class ResultMerger
extends Object


Constructor Summary
ResultMerger()
           
 
Method Summary
static
<T> Iterator<T>
mergeResults(Iterator<T>[] results, Comparator<T> comparator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultMerger

public ResultMerger()
Method Detail

mergeResults

public static <T> Iterator<T> mergeResults(Iterator<T>[] results,
                                           Comparator<T> comparator)


Copyright © 2011. All Rights Reserved.