Method Summary |
|
public String | getString() Get the String we are parsing. |
final public boolean | hasNext() |
public boolean | nextBoolean() Get the next boolean from the string. |
public Class | nextClass(ClassLoader cl) Get the next Class from the string. |
public double | nextDouble() Get the next double from the string. |
public int | nextInt() Get the next int from the string. |
public void | nextProperties(Map map) Read the rest of the String as key,value pairs. |
public void | nextProperties(IntObjectHashMap map) |
public String | nextQuotedString() Get the next double quoted String from the string. |
public String | nextString() Get the next String from the string. |
public void | setString(String s) Set the String we are parsing. |