Re: java 1.5 foreach statement
From: Anony! (someone_at_something.com)
Date: 08/13/04
- Next message: Liz: "Re: java 1.5 foreach statement"
- Previous message: Anony!: "Java API Source Code"
- In reply to: Liz: "Re: java 1.5 foreach statement"
- Next in thread: Liz: "Re: java 1.5 foreach statement"
- Reply: Liz: "Re: java 1.5 foreach statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 13 Aug 2004 02:35:17 GMT
I want someone to recommend me a book because they have direct experience
with using it.
AAA
"Liz" <Liz@nospam.com> wrote in message
news:gFVSc.294790$Oq2.130280@attbi_s52...
> http://www.oreilly.com/catalog/javaadn/
>
> So how come you can't google yourself?
>
>
> "Anony!" <someone@something.com> wrote in message
> news:WlVSc.54519$K53.34081@news-server.bigpond.net.au...
> > Any Java books out that teaches 1.5 concepts?
> >
> > AAA
> >
> > "Christophe Vanfleteren" <c.v4nfl3t3r3n@pandora.be> wrote in message
> > news:64SSc.212193$ox2.10679358@phobos.telenet-ops.be...
> > > hugo wrote:
> > >
> > > > I was hoping that the expanded java 'for' statement would accept any
> > > > class that had a method "Iterator iterator()". This doesn't seem to
be
> > > > the case. What types are accepted in the Iterator free for-loops?
> > > > Subclasses of Collection<T>?
> > > >
> > > > thanks
> > >
> > > Any object that implements Iterable:
> > >
> > > http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Iterable.html
> > >
> > > --
> > > Kind regards,
> > > Christophe Vanfleteren
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.732 / Virus Database: 486 - Release Date: 29/07/2004
> >
> >
>
>
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.732 / Virus Database: 486 - Release Date: 29/07/2004
- Next message: Liz: "Re: java 1.5 foreach statement"
- Previous message: Anony!: "Java API Source Code"
- In reply to: Liz: "Re: java 1.5 foreach statement"
- Next in thread: Liz: "Re: java 1.5 foreach statement"
- Reply: Liz: "Re: java 1.5 foreach statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|