Class PatternSearcher.SubstringLocation

  • Enclosing interface:
    PatternSearcher

    public static class PatternSearcher.SubstringLocation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubstringLocation​(int s, int e)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        public int start
      • end

        public int end
    • Constructor Detail

      • SubstringLocation

        public SubstringLocation​(int s,
                                 int e)