| Package | Description |
|---|---|
| com.fasterxml.sort | |
| com.fasterxml.sort.std |
| Modifier and Type | Method and Description |
|---|---|
protected Sorter<T> |
Sorter.withComparator(Comparator<T> cmp) |
protected Sorter<T> |
Sorter.withReaderFactory(DataReaderFactory<T> f) |
protected Sorter<T> |
Sorter.withWriterFactory(DataWriterFactory<T> f) |
| Modifier and Type | Class and Description |
|---|---|
class |
TextFileSorter
Basic
Sorter implementation that operates on text line input. |
Copyright © 2022 FasterXML. All rights reserved.