Interface SequenceDistance.DistanceResult.Entry<T>
-
- Type Parameters:
T-
- Enclosing interface:
- SequenceDistance.DistanceResult<T>
public static interface SequenceDistance.DistanceResult.Entry<T>A single step in the alignment of A and B. Either A or B can benull, if the distance function did not find a corresponding "move".- Author:
- F. Mannhardt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetA()TgetB()
-