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 be null, if the distance function did not find a corresponding "move".
    Author:
    F. Mannhardt
    • Method Detail

      • getA

        T getA()
      • getB

        T getB()