Package | Description |
---|---|
org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
Modifier and Type | Field and Description |
---|---|
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.b
Option
"-b" : Ignore leading blanks. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhmru.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_bcdfhru |
SortOptionSet_bcdfhru.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_bcdfhru |
SortOptionSet_bcdfhmru.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_bcdfhru |
SortOptionSet_bcdfhru.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_bcdfhru |
SortOptionSet_bcdfhru.d
Option
"-d" : Consider only blanks and alphanumeric characters. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.dictionaryOrder
Option
"--dictionaryOrder" : Consider only blanks and alphanumeric characters. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.f
Option
"-f" : Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.h
Option
"-h" : Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value. |
SortOptionSet_bcdfhru |
SortOptionSet_MVbcdfghnru.h
Option
"-h" : Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.humanNumericSort
Option
"--humanNumericSort" : Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value. |
SortOptionSet_bcdfhru |
SortOptionSet_MVbcdfghnru.humanNumericSort
Option
"--humanNumericSort" : Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.ignoreCase
Option
"--ignoreCase" : Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.ignoreLeadingBlanks
Option
"--ignoreLeadingBlanks" : Ignore leading blanks. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.r
Option
"-r" : Reverse the sense of comparisons. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.reverse
Option
"--reverse" : Reverse the sense of comparisons. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.u
Option
"-u" : Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.unique
Option
"--unique" : Unique: suppress all but one in each set of lines having equal keys. |
Modifier and Type | Method and Description |
---|---|
static SortOptionSet_bcdfhru |
SortOptionSet_bcdfhru.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptionSet_bcdfhru[] |
SortOptionSet_bcdfhru.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.