Class KeyBoundCursor<T>

java.lang.Object
org.springframework.data.redis.core.ScanCursor<T>
org.springframework.data.redis.core.KeyBoundCursor<T>
Type Parameters:
T -
All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<T>, Cursor<T>, CloseableIterator<T>

public abstract class KeyBoundCursor<T> extends ScanCursor<T>
Since:
1.4
Author:
Christoph Strobl