Spliterator<T> in Java 8 implements some methods by default but AbstractSpliterator<T> in your project doesn't contain the default implementations which make it too annoying to create a custom spliterator. (forEachRemaining, getExactSizeIfKnown, hasCharacteristics, getComparator)
Could you solve this issue in the next version?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Spliterator<T> in Java 8 implements some methods by default but AbstractSpliterator<T> in your project doesn't contain the default implementations which make it too annoying to create a custom spliterator. (forEachRemaining, getExactSizeIfKnown, hasCharacteristics, getComparator)
Could you solve this issue in the next version?
Thank you.
That's a good idea. Thanks for the suggestion. I'll do that when I'm back from my current leave.
That's ticket#78: https://sourceforge.net/p/streamsupport/tickets/78/
Availability expected in release 1.3
Last edit: Stefan Zobel 2015-07-13