Package | Description |
---|---|
org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
Modifier and Type | Method and Description |
---|---|
static SortOption |
SortOption.findByAcronym(char acronym)
Returns the option with the given
acronym , or null if no
such option is found. |
static SortOption |
SortOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOption[] |
SortOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<SortOption> |
SortOptionSet_MVbcdfghmnru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bcdfhmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_Vbdfmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bcdfgru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bdfmnru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bdfhmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_Mbcdfmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bcdfgmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_Mbcdfru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bcdfhru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bcdfnru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bcdfmnru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_Vbcdfru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_bdfgmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOption.asSet()
Returns a new set with
this active option. |
EnumSet<SortOption> |
SortOptionSet_Mbdfmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_MVbdfghmnru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_Vbcdfmru.asSet()
Returns the set with the active options.
|
EnumSet<SortOption> |
SortOptionSet_MVbcdfghnru.asSet()
Returns the set with the active options.
|
Iterator<SortOption> |
SortOptionSet_MVbcdfghmnru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bcdfhmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_Vbdfmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bcdfgru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bdfmnru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bdfhmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_Mbcdfmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bcdfgmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_Mbcdfru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bcdfhru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bcdfnru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bcdfmnru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_Vbcdfru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_bdfgmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOption.iterator()
Returns an immutable iterator returning o single element:
this
option. |
Iterator<SortOption> |
SortOptionSet_Mbdfmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_MVbdfghmnru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_Vbcdfmru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<SortOption> |
SortOptionSet_MVbcdfghnru.iterator()
Returns an immutable iterator with the active options of this option set.
|
Class<SortOption> |
SortOptionSet_MVbcdfghmnru.optionType() |
Class<SortOption> |
SortOptionSet_bcdfhmru.optionType() |
Class<SortOption> |
SortOptionSet_Vbdfmru.optionType() |
Class<SortOption> |
SortOptionSet_bcdfgru.optionType() |
Class<SortOption> |
SortOptionSet_bdfmnru.optionType() |
Class<SortOption> |
SortOptionSet_bdfhmru.optionType() |
Class<SortOption> |
SortOptionSet_Mbcdfmru.optionType() |
Class<SortOption> |
SortOptionSet_bcdfgmru.optionType() |
Class<SortOption> |
SortOptionSet_Mbcdfru.optionType() |
Class<SortOption> |
SortOptionSet_bcdfhru.optionType() |
Class<SortOption> |
SortOptionSet_bcdfnru.optionType() |
Class<SortOption> |
SortOptionSet_bcdfmnru.optionType() |
Class<SortOption> |
SortOptionSet_Vbcdfru.optionType() |
Class<SortOption> |
SortOptionSet_bdfgmru.optionType() |
Class<SortOption> |
SortOption.optionType() |
Class<SortOption> |
SortOptionSet_Mbdfmru.optionType() |
Class<SortOption> |
SortOptionSet_MVbdfghmnru.optionType() |
Class<SortOption> |
SortOptionSet_Vbcdfmru.optionType() |
Class<SortOption> |
SortOptionSet_MVbcdfghnru.optionType() |
Modifier and Type | Method and Description |
---|---|
boolean |
SortOptionSet_MVbcdfghmnru.isSet(SortOption option) |
boolean |
SortOptionSet_bcdfhmru.isSet(SortOption option) |
boolean |
SortOptionSet_Vbdfmru.isSet(SortOption option) |
boolean |
SortOptionSet_bcdfgru.isSet(SortOption option) |
boolean |
SortOptionSet_bdfmnru.isSet(SortOption option) |
boolean |
SortOptionSet_bdfhmru.isSet(SortOption option) |
boolean |
SortOptionSet_Mbcdfmru.isSet(SortOption option) |
boolean |
SortOptionSet_bcdfgmru.isSet(SortOption option) |
boolean |
SortOptionSet_Mbcdfru.isSet(SortOption option) |
boolean |
SortOptionSet_bcdfhru.isSet(SortOption option) |
boolean |
SortOptionSet_bcdfnru.isSet(SortOption option) |
boolean |
SortOptionSet_bcdfmnru.isSet(SortOption option) |
boolean |
SortOptionSet_Vbcdfru.isSet(SortOption option) |
boolean |
SortOptionSet_bdfgmru.isSet(SortOption option) |
boolean |
SortOption.isSet(SortOption option) |
boolean |
SortOptionSet_Mbdfmru.isSet(SortOption option) |
boolean |
SortOptionSet_MVbdfghmnru.isSet(SortOption option) |
boolean |
SortOptionSet_Vbcdfmru.isSet(SortOption option) |
boolean |
SortOptionSet_MVbcdfghnru.isSet(SortOption option) |
boolean |
SortOptionSet_MVbcdfghmnru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bcdfhmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_Vbdfmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bcdfgru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bdfmnru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bdfhmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_Mbcdfmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bcdfgmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_Mbcdfru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bcdfhru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bcdfnru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bcdfmnru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_Vbcdfru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_bdfgmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOption.useAcronymFor(SortOption option)
Returns true if the
acronym should be used for
the specified option in string representations. |
boolean |
SortOptionSet_Mbdfmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_MVbdfghmnru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_Vbcdfmru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
SortOptionSet_MVbcdfghnru.useAcronymFor(SortOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
Constructor and Description |
---|
Default(SortOption... options)
Constructor for an option set with the given active options.
|
Default(SortOption option)
Constructor for an option set with a single active option.
|
Constructor and Description |
---|
Default(OptionSet<SortOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Copyright © 2024. All rights reserved.