IntIterator

Remi Forax forax at univ-mlv.fr
Fri Dec 14 08:15:16 PST 2012


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




More information about the lambda-libs-spec-observers mailing list