StringTokenizer.nextToken

Returns the next token from this string tokenizer.

@return the next token from this string tokenizer. @exception NoSuchElementException if there are no more tokens in this tokenizer's string.

  1. string nextToken()
    class StringTokenizer
    string
    nextToken
    ()
  2. string nextToken(string delim)

Meta