Constructor and Description |
---|
SmartTokenizer(String string,
String delimiter) |
Modifier and Type | Method and Description |
---|---|
int |
countTokens() |
boolean |
hasMoreElements() |
boolean |
hasMoreTokens() |
static void |
main(String[] args)
Testing this class.
|
Object |
nextElement() |
String |
nextToken() |
public int countTokens()
public boolean hasMoreTokens()
public boolean hasMoreElements()
public Object nextElement()
public String nextToken()
public static void main(String[] args)
args
- Not used.Copyright © 2018. All Rights Reserved.