Package org.redisson.iterator
Class RedissonBaseIterator<V>
- java.lang.Object
-
- org.redisson.iterator.BaseIterator<V,Object>
-
- org.redisson.iterator.RedissonBaseIterator<V>
-
- Type Parameters:
V
- value type
- All Implemented Interfaces:
Iterator<V>
public abstract class RedissonBaseIterator<V> extends BaseIterator<V,Object>
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.iterator.BaseIterator
client, nextIterPos, value
-
-
Constructor Summary
Constructors Constructor Description RedissonBaseIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected V
getValue(Object entry)
-
Methods inherited from class org.redisson.iterator.BaseIterator
hasNext, iterator, next, remove, remove, tryAgain
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-