On Sun, Mar 15, 2009 at 9:36 AM, sebb <seb...@gmail.com> wrote:
> 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?

No objections. +1.

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to