public class IntTokenizer extends StringTokenizer
| Constructor and Description |
|---|
IntTokenizer(String str) |
IntTokenizer(String str,
String delim) |
IntTokenizer(String str,
String delim,
boolean returndelim) |
| Modifier and Type | Method and Description |
|---|---|
int |
nextInt()
Takes the next token and decodes it as an integer value.
|
long |
nextLong()
Takes the next token and decodes it as a long value.
|
countTokens, hasMoreElements, hasMoreTokens, nextElement, nextToken, nextTokenCopyright © 2017 etc.to. All rights reserved.