| Package | Description |
|---|---|
| org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
| Modifier and Type | Field and Description |
|---|---|
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.b
Option
"-b": Ignore leading blanks. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.d
Option
"-d": Consider only blanks and alphanumeric characters. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.dictionaryOrder
Option
"--dictionaryOrder": Consider only blanks and alphanumeric characters. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.f
Option
"-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.ignoreCase
Option
"--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.ignoreLeadingBlanks
Option
"--ignoreLeadingBlanks": Ignore leading blanks. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbcdfghmnru.m
Option
"-m": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_MVbdfghmnru |
SortOptionSets.m
Option
"-m": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.m
Option
"-m": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbcdfghmnru.merge
Option
"--merge": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_MVbdfghmnru |
SortOptionSets.merge
Option
"--merge": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.merge
Option
"--merge": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.r
Option
"-r": Reverse the sense of comparisons. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.reverse
Option
"--reverse": Reverse the sense of comparisons. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.u
Option
"-u": Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.unique
Option
"--unique": Unique: suppress all but one in each set of lines having equal keys. |
| Modifier and Type | Method and Description |
|---|---|
static SortOptionSet_MVbdfghmnru |
SortOptionSet_MVbdfghmnru.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptionSet_MVbdfghmnru[] |
SortOptionSet_MVbdfghmnru.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.