IntIterator (original) (raw)
Remi Forax forax at univ-mlv.fr
Fri Dec 14 08:15:16 PST 2012
- Previous message: Stream, spliterator, supplier and size
- Next message: IntIterator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The current prototype declare a class IntIterator in java.util.stream.primitive, What is the status of this package ?
I don't think you need to make it visible for users, it can be used internally without being exported and seen by everyone. You can also remove the method iterator() and spliterator() from IntIterator given those are escape hatch and that users can already do boxed().iterator() and boxed().spliterator().
Rémi
- Previous message: Stream, spliterator, supplier and size
- Next message: IntIterator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-experts mailing list