public interface AtomicIterator<T>
Modifier and Type | Method | Description |
---|---|---|
com.google.common.base.Optional<T> |
next() |
Produces the next element from the iterator, if there is one; otherwise, produces
com.google.common.base.Optional.Absent |
com.google.common.base.Optional<T> next()
com.google.common.base.Optional.Absent