-
- All Implemented Interfaces:
-
kotlin.collections.Iterator
public final class ConcurrentLoadingIterable.LoadingIterator<E extends Object> implements Iterator<E>
-
-
Constructor Summary
Constructors Constructor Description ConcurrentLoadingIterable.LoadingIterator(ConcurrentLoadingIterable<E> iterable)
-
Method Summary
-
-
Constructor Detail
-
ConcurrentLoadingIterable.LoadingIterator
ConcurrentLoadingIterable.LoadingIterator(ConcurrentLoadingIterable<E> iterable)
-
-
Method Detail
-
tryLoad
@Synchronized() final Unit tryLoad()
-
hasNext
@Synchronized() Boolean hasNext()
-
next
@Synchronized() E next()
-
-
-
-