SpliteratorAdapter
class SpliteratorAdapter<T> : AbstractSpliterator<T>
Recommend using with StreamSupport.stream(iteratorStream, false);