Package | Description |
---|---|
inverters |
Modifier and Type | Method and Description |
---|---|
static InversionIndex |
InversionIndex.getIndex(int ind) |
static InversionIndex[] |
InversionIndex.getIndices(java.lang.String[] codeStrings)
Gets the indices from one or more strings.
|
static InversionIndex |
InversionIndex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InversionIndex[] |
InversionIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|