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