This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
>>>>> "Andrew" == Andrew John Hughes <gnu_andrew@member.fsf.org> writes: Andrew> Out of interest, why does it have to be developed on the Andrew> generics branch in particular? I don't see anything that Andrew> requires the 1.5 features from glancing over the API, but I Andrew> guess that doesn't mean that there isn't something that comes Andrew> up in the implementation. Yeah, I looked again, and there's no really deep reason. It implements Iterator<String>, but that's pretty minor. I've attached my work-in-progress. It compiles but doesn't do anything useful. I'm not even sure it is a very useful starting point, etc. I'd be delighted if someone finished this; I haven't had time to work on it since I started it several months ago. Tom
Attachment:
Scanner.java
Description: Scanner.java
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |