| Package | Description |
|---|---|
| com.hammurapi.extract |
| Modifier and Type | Method and Description |
|---|---|
ComparisonResult.Type |
ComparisonResult.getType() |
static ComparisonResult.Type |
ComparisonResult.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonResult.Type[] |
ComparisonResult.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComparisonResult(ComparisonResult.Type type,
int[] indexMap) |