Class StringSearch.Match

  • Enclosing class:
    StringSearch

    private static class StringSearch.Match
    extends java.lang.Object
    An object used for receiving matched index in search() and searchBackwards().
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int limit_  
      (package private) int start_  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Match()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start_

        int start_
      • limit_

        int limit_
    • Constructor Detail

      • Match

        private Match()