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: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to