public class QuotedStringTokenizer extends Object
| Constructor and Description |
|---|
QuotedStringTokenizer(String s) |
QuotedStringTokenizer(String s,
String delim) |
| Modifier and Type | Method and Description |
|---|---|
int |
countTokens() |
boolean |
hasMoreTokens() |
String |
nextToken() |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.