On 15/03/2009, sebb <seb...@gmail.com> wrote: > 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() >
Oops I forgot about previous(). Also add() and set(), which throw UnsupportedOperationException. > 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