Package org.redisson.iterator
Class RedissonBaseMapIterator<V>
- java.lang.Object
-
- org.redisson.iterator.BaseIterator<V,Map.Entry<Object,Object>>
-
- org.redisson.iterator.RedissonBaseMapIterator<V>
-
- Type Parameters:
V
- value type
- All Implemented Interfaces:
Iterator<V>
- Direct Known Subclasses:
RedissonMapIterator
public abstract class RedissonBaseMapIterator<V> extends BaseIterator<V,Map.Entry<Object,Object>>
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.iterator.BaseIterator
client, nextIterPos, value
-
-
Constructor Summary
Constructors Constructor Description RedissonBaseMapIterator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected V
getValue(Map.Entry<Object,Object> entry)
protected abstract Object
put(Map.Entry<Object,Object> entry, Object value)
-
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
-
-