Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD



Class COM.stevesoft.pat.Skip2

java.lang.Object
  |
  +--COM.stevesoft.pat.Skip
        |
        +--COM.stevesoft.pat.Skip2

public class Skip2
extends Skip


This is the same as Skip, except it needs a minimum of two characters in the initializing String.

See Also:
Skip, SkipBMH

Constructor Summary
Skip2(java.lang.String s, boolean ign, int offset)
           


 
Method Summary
int find(java.lang.String s, int start, int end)
           
 
Methods inherited from class COM.stevesoft.pat.Skip
find, find, offset, string


 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

Skip2

public Skip2(java.lang.String s,
             boolean ign,
             int offset)
Method Detail

find

public int find(java.lang.String s,
                int start,
                int end)
Overrides:
find in class Skip

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD