public abstract class CharMatchScore extends Object
| Modifier and Type | Field and Description |
|---|---|
static CharMatchScore |
DIST_01
Scores match as 0, mismatch as -1.
|
static CharMatchScore |
DIST_21
Scores match as +2, mismatch as -1.
|
| Constructor and Description |
|---|
CharMatchScore() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
matchScore(char c,
char d) |
public static CharMatchScore DIST_01
public static CharMatchScore DIST_21
Copyright © 2016. All rights reserved.