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