mattbertolini commented on PR #223: URL: https://github.com/apache/ant/pull/223#issuecomment-3177420746
@bodewig Thank you for taking a look and for this extra detail about the size and `Spliterator`. I agree that it would make sense to override the `spliterator()` method to leverage the known size. Worse case, for the filtered collections, it will have to iterate the collection which is no worse than what the `stream()` method is doing now. I have updated the PR with the overloaded method. I think I got the characteristics argument correct but a review of my assumptions is always appreciated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org