public static class Tokenizer.Cursor extends Object
| Constructor and Description | 
|---|
| Cursor(int lowerBound,
      int upperBound) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | atEnd() | 
| int | getLowerBound() | 
| int | getPos() | 
| int | getUpperBound() | 
| String | toString() | 
| void | updatePos(int pos) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.