public class FastStringTokenizer extends Object implements Serializable
Constructor and Description |
---|
FastStringTokenizer(char delimiter)
Constructs a new StringTokenizer for string using the specified
delimiter
|
Modifier and Type | Method and Description |
---|---|
double |
nextDouble() |
int |
nextInt() |
long |
nextLong() |
String |
nextToken()
Returns the next token in the string as a String.
|
void |
reset(String string) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.