Package | Description |
---|---|
org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CheckProcessor
Checks whether a file is sorted or not, throws an
ExitValueException
if the file is not sorted. |
(package private) class |
MergeProcessor |
(package private) class |
SortProcessor
Line processor for normal in-memory sort using an
ArrayList to cache
and sort the lines. |
(package private) class |
UniqueSortProcessor |
Copyright © 2024. All rights reserved.