public abstract class Merger<T> extends DataReader<T>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Merger.PairwiseMerger<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Comparator<T> |
_comparator |
| Constructor and Description |
|---|
Merger(Comparator<T> cmp) |
| Modifier and Type | Method and Description |
|---|---|
static <T> DataReader<T> |
mergedReader(Comparator<T> cmp,
List<DataReader<T>> inputs) |
close, estimateSizeInBytes, readNextprotected final Comparator<T> _comparator
public Merger(Comparator<T> cmp)
public static <T> DataReader<T> mergedReader(Comparator<T> cmp, List<DataReader<T>> inputs) throws IOException
IOExceptionCopyright © 2022 FasterXML. All rights reserved.