Class ForwardingCloseableIterator<T>

java.lang.Object
org.springframework.data.keyvalue.core.ForwardingCloseableIterator<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<T>, CloseableIterator<T>

public class ForwardingCloseableIterator<T> extends Object implements CloseableIterator<T>
Forwards CloseableIterator invocations to the configured Iterator delegate.
Author:
Christoph Strobl, Thomas Darimont, Oliver Gierke, Mark Paluch