Package java.util

Class StringTokenizer

extends Object
implements Enumeration

This class allows an application to break a string into tokens. The stringTokenizer methods do not distinguish among identifiers, numbers, and quoted strings, nor do they recognize and skip comments. The set of delimters mey be specified either at creation time or on a per-token basis. The instance behaves in two ways depending on the flag (true or false) during object creation:

Public Constructors

Public Methods

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_