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