Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an overload of
spliterator()
to the Android flavor of one of ou…
…r classes. This is a further attempt to shake out any problems in advance of exposing "real" Java 8 APIs (google#6567). If something goes wrong with `spliterator()`, I think we could remove it without breaking callers: Either it's an override (in which case calls to it will continue to work after it's removed) or it's not (in which case Java 8 APIs aren't available, so calls to it would never have worked.) RELNOTES=n/a PiperOrigin-RevId: 603812702
- Loading branch information