Package | Description |
---|---|
org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
Modifier and Type | Field and Description |
---|---|
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.b
Option
"-b" : Ignore leading blanks. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfmru.c
Option
"-c" : Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.c
Option
"-c" : Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfmru.check
Option
"--check" : Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.check
Option
"--check" : Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.d
Option
"-d" : Consider only blanks and alphanumeric characters. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.dictionaryOrder
Option
"--dictionaryOrder" : Consider only blanks and alphanumeric characters. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.f
Option
"-f" : Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.ignoreCase
Option
"--ignoreCase" : Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.ignoreLeadingBlanks
Option
"--ignoreLeadingBlanks" : Ignore leading blanks. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.M
Option
"-M" : An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfru |
SortOptionSet_MVbcdfghnru.M
Option
"-M" : An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.monthSort
Option
"--monthSort" : An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfru |
SortOptionSet_MVbcdfghnru.monthSort
Option
"--monthSort" : An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.r
Option
"-r" : Reverse the sense of comparisons. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.reverse
Option
"--reverse" : Reverse the sense of comparisons. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.u
Option
"-u" : Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.unique
Option
"--unique" : Unique: suppress all but one in each set of lines having equal keys. |
Modifier and Type | Method and Description |
---|---|
static SortOptionSet_Mbcdfru |
SortOptionSet_Mbcdfru.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptionSet_Mbcdfru[] |
SortOptionSet_Mbcdfru.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.