Class LCSMatchResult.Position

  • Enclosing class:
    LCSMatchResult

    public static class LCSMatchResult.Position
    extends java.lang.Object
    Position compatibility stub.
    • Constructor Summary

      Constructors 
      Constructor Description
      Position​(long start, long end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getEnd()  
      long getStart()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Position

        public Position​(long start,
                        long end)
    • Method Detail

      • getStart

        public long getStart()
      • getEnd

        public long getEnd()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object