| Package | Description |
|---|---|
| org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
| Modifier and Type | Field and Description |
|---|---|
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.b
Option
"-b": Ignore leading blanks. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.d
Option
"-d": Consider only blanks and alphanumeric characters. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.dictionaryOrder
Option
"--dictionaryOrder": Consider only blanks and alphanumeric characters. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.f
Option
"-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.ignoreCase
Option
"--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.ignoreLeadingBlanks
Option
"--ignoreLeadingBlanks": Ignore leading blanks. |
SortOptionSet_bcdfmnru |
SortOptionSet_MVbcdfghmnru.n
Option
"-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.n
Option
"-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfmnru |
SortOptionSets.n
Option
"-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfmnru |
SortOptionSet_MVbcdfghmnru.numericSort
Option
"--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.numericSort
Option
"--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfmnru |
SortOptionSets.numericSort
Option
"--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.r
Option
"-r": Reverse the sense of comparisons. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.reverse
Option
"--reverse": Reverse the sense of comparisons. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.u
Option
"-u": Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.unique
Option
"--unique": Unique: suppress all but one in each set of lines having equal keys. |
| Modifier and Type | Method and Description |
|---|---|
static SortOptionSet_bcdfmnru |
SortOptionSet_bcdfmnru.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptionSet_bcdfmnru[] |
SortOptionSet_bcdfmnru.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.