Package org.redisson.iterator
Class RedissonMapIterator<M>
- java.lang.Object
-
- org.redisson.iterator.BaseIterator<V,Map.Entry<Object,Object>>
-
- org.redisson.iterator.RedissonBaseMapIterator<M>
-
- org.redisson.iterator.RedissonMapIterator<M>
-
- Type Parameters:
M
- loaded value type
- All Implemented Interfaces:
Iterator<M>
public class RedissonMapIterator<M> extends RedissonBaseMapIterator<M>
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.iterator.BaseIterator
client, nextIterPos, value
-
-
Constructor Summary
Constructors Constructor Description RedissonMapIterator(RedissonMap map, String pattern, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScanResult<Map.Entry<Object,Object>>
iterator(RedisClient client, long nextIterPos)
protected Object
put(Map.Entry<Object,Object> entry, Object value)
protected void
remove(Map.Entry<Object,Object> value)
-
Methods inherited from class org.redisson.iterator.RedissonBaseMapIterator
getValue
-
Methods inherited from class org.redisson.iterator.BaseIterator
hasNext, next, 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
-
-
-
-
Constructor Detail
-
RedissonMapIterator
public RedissonMapIterator(RedissonMap map, String pattern, int count)
-
-
Method Detail
-
put
protected Object put(Map.Entry<Object,Object> entry, Object value)
- Specified by:
put
in classRedissonBaseMapIterator<M>
-
iterator
protected ScanResult<Map.Entry<Object,Object>> iterator(RedisClient client, long nextIterPos)
-
-