public class FastStringTokenizer extends Object implements Serializable
| Constructor and Description | 
|---|
FastStringTokenizer(String delimiter)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getIndex()  | 
double | 
nextDouble()  | 
int | 
nextInt()  | 
long | 
nextLong()  | 
String | 
nextToken()  | 
void | 
reset(String string)  | 
void | 
setNaStrings(HashSet<String> naStrings)  | 
public FastStringTokenizer(String delimiter)
Copyright © 2021 The Apache Software Foundation. All rights reserved.