Manfred_Nowak wrote:
> Benji Smith wrote:
>
>> Given the use of "getNext", I think "hasNext" is a more natural
>> choice
>
> clapping hands.
Walter would love that.
for (R r = getR(); r.hasNext; r.next) { ... }
Look ma, no negation! Oops, I just materialized one with the exclamation
sign.
Andrei