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