Package org.redisson.iterator
Class RedissonMapIterator<M>
java.lang.Object
org.redisson.iterator.BaseIterator<M,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>
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.iterator.BaseIterator
client, nextIterPos, value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.redisson.iterator.RedissonBaseMapIterator
getValue
Methods inherited from class org.redisson.iterator.BaseIterator
hasNext, next, remove, reset, 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 Details
-
RedissonMapIterator
-
-
Method Details
-
put
- Specified by:
put
in classRedissonBaseMapIterator<M>
-
iterator
-
remove
-