StringTokenizer.hasMoreElements

StringTokenizer.hasMoreElements

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean hasMoreElements()
Returns
true if there are more tokens; false otherwise.
Description
Returns the same value as the hasMoreTokens method. It exists so that this class can implement the Enumeration interface.

See Also
Enumeration, hasMoreTokens