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