E - T - public interface IteratorConsumer<E,T>
Iterator.
The assumption is that a reference to the appropriate iterator
is managed as part of the state of any implementation.| Modifier and Type | Method and Description |
|---|---|
void |
consume()
Synchronous consumption.
|
com.google.common.util.concurrent.ListenableFuture<T> |
consumeAsync()
Asynchronous consumption.
|
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.