public class StringParser extends Object
| Constructor and Description |
|---|
StringParser(String string) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int pos) |
void |
forward(int chars) |
boolean |
isEmpty() |
int |
length() |
char |
peek() |
String |
peek(int length) |
char |
poll() |
String |
poll(int length) |
String |
pollBeforeSkipDelim(String s) |
String |
toString() |
String |
trim() |
public StringParser(String string)
Copyright © 2017. All rights reserved.