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