vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.78k stars 196 forks source link

Fix concat'ed spliterators reporting SORTED or DISTINCT when not safe #191

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

Fixes https://github.com/vigna/fastutil/issues/190

Given the niche use of Spliterators.concat, I would be fine with this going into a 8.5.1 and not hold up the 8.5.0 release for it.