On 15/03/2009, sebb <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
