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