Menu

Need default implementations for some methods of AbstractSpliterator<T>

Anonymous
2015-07-06
2015-07-11
  • Anonymous

    Anonymous - 2015-07-06

    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.

     
    • Stefan Zobel

      Stefan Zobel - 2015-07-06

      That's a good idea. Thanks for the suggestion. I'll do that when I'm back from my current leave.

       
  • Stefan Zobel

    Stefan Zobel - 2015-07-11

    That's ticket#78: https://sourceforge.net/p/streamsupport/tickets/78/

    Availability expected in release 1.3

     

    Last edit: Stefan Zobel 2015-07-13

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.