Class BlockingObservableMostRecent.MostRecentObserver.MostRecentIterator
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.observable.BlockingObservableMostRecent.MostRecentObserver.MostRecentIterator
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- BlockingObservableMostRecent.MostRecentObserver<T>
final class BlockingObservableMostRecent.MostRecentObserver.MostRecentIterator extends java.lang.Object implements java.util.Iterator<T>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
buf
buffer to make sure that the state of the iterator doesn't change between calling hasNext() and next().
-
Constructor Summary
Constructors Constructor Description MostRecentIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
-