ReversibleCollection proposal

Peter Levart peter.levart at gmail.com
Thu Apr 22 05:50:18 UTC 2021


On 4/22/21 12:14 AM, Stephen Colebourne wrote:
> public interface Collection<E> .... {
>
>           default E getFirst() { return iterator().next(); }


Searching for ".iterator().next()" yields 74 matches in JDK sources...


Peter




More information about the core-libs-dev mailing list