On Sun, Mar 15, 2009 at 9:36 AM, sebb wrote:
> On 15/03/2009, sebb wrote:
>> StrTokenizer implements ListIterator currently.
>>
>> Given that it only deals in Strings, it could implement
>> ListIterator, however that would mean changing
>>
>> public Object next()
>>
>> to
>>
>> public String
--- On Sun, 3/15/09, sebb wrote:
> From: sebb
> Subject: [LANG] 3.0 StrTokenizer API change for next()
> To: "Commons Developers List"
> Date: Sunday, March 15, 2009, 11:31 AM
> StrTokenizer implements ListIterator
> currently.
>
> Given that it only de
On 15/03/2009, sebb wrote:
> StrTokenizer implements ListIterator currently.
>
> Given that it only deals in Strings, it could implement
> ListIterator, however that would mean changing
>
> public Object next()
>
> to
>
> public String next()
>
Oops I forgot about previous().
Also add() and
StrTokenizer implements ListIterator currently.
Given that it only deals in Strings, it could implement
ListIterator, however that would mean changing
public Object next()
to
public String next()
Any objections to implementing the above?
---