java.util.stream (original) (raw)
Remi Forax forax at univ-mlv.fr
Sat Dec 1 16:01:23 PST 2012
- Previous message: Bikeshed opportunity: filter/map/reduce naming
- Next message: Stream and Iterator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The package stream contains two different views, the user view with Stream/BaseStream, Streamable and Streams and the providers view with the other classes. StreamOpFlags is in the middle and should be separated in two parts, the int flags (IS_ and NOT_) are the user view and the enum values are the spi part.
I think the user view shouble be moved in java.util (or another package) and the spi view shouble stay in java.stream.
cheers, Rémi
- Previous message: Bikeshed opportunity: filter/map/reduce naming
- Next message: Stream and Iterator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-experts mailing list