StringTokenizer.countTokens

StringTokenizer.countTokens

Class Overview | Class Members | This Package | All Packages

Syntax
public int countTokens()
Returns
the number of tokens remaining in the string using the current delimiter set.
Description
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.

See Also
nextToken