描述
The hasMoreTokens() method is used to test if there are more tokens available from this tokenizer's string.
聲明
Following is the declaration for java.util.StringTokenizer.hasMoreTokens() method.
public boolean hasMoreTokens()
參數
NA
返回值
The method call returns 'true' if and only if there is at least one token in the string after the current position; false otherwise.
異常
NA