Package org.joni

Class Search.Forward

  • Enclosing class:
    Search

    abstract static class Search.Forward
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Forward()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract java.lang.String getName()  
      (package private) abstract int search​(Matcher matcher, byte[] text, int textP, int textEnd, int textRange)  
      • Methods inherited from class java.lang.Object

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

      • Forward

        Forward()
    • Method Detail

      • getName

        abstract java.lang.String getName()
      • search

        abstract int search​(Matcher matcher,
                            byte[] text,
                            int textP,
                            int textEnd,
                            int textRange)