Page 1 of 1

Iterable

Posted: Mon May 11, 2020 12:04 pm
by saregg
java.util.Iterable is a super interface of java.util.Collection
pg no: 291
Iterable is from java.lang and iterator is from java.util
am I correct ?

Re: Iterable

Posted: Tue May 12, 2020 4:03 am
by admin
Yes, It should be java.lang.Iterable.

Added to errata.
thank you for your feedback!