StrTokenizer implements ListIterator currently.

Given that it only deals in Strings, it could implement
ListIterator<String>, however that would mean changing

public Object next()

to

public String next()

Any objections to implementing the above?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to