Class BlockingFlowableMostRecent.MostRecentSubscriber.Iterator
java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.BlockingFlowableMostRecent.MostRecentSubscriber.Iterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
BlockingFlowableMostRecent.MostRecentSubscriber<T>
-
Field Details
-
buf
buffer to make sure that the state of the iterator doesn't change between calling hasNext() and next().
-
-
Constructor Details
-
Iterator
Iterator()
-
-
Method Details