Closed GoogleCodeExporter closed 9 years ago
For iterators and iterables, we won't make this change. Instead, we'll add
methods
like the following:
public static <T> Iterator<T> adapt(final Iterator<? extends T> iterator)
Original comment by jared.l....@gmail.com
on 25 Jun 2008 at 4:26
The work has been done to add these wherever feasible, so that will be included
in 1.0.
Original comment by kevin...@gmail.com
on 17 Mar 2009 at 5:25
Original issue reported on code.google.com by
jared.l....@gmail.com
on 12 Jun 2008 at 2:02