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