mtbrown
11/03/2022, 10:46 PMprivate
. I'm not sure if that matters. But some of the Collections API appears to have a non-private inner class for a Spliterator
. They're static
, so not sure if that matters either. For example, java.util.ArrayList
has one called ArrayListSpliterator
.