Use to get info if there are more items in the StringTokenizerList.
HasNext() as BooleanThe StringTokenizerList implements IStringIterator, which means you can use the MoveFirst, GetNext, PeekNext and HasNext functions to iterate through the items in the class.