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
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.iterator.BaseIterator
client, nextIterPos, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.redisson.iterator.BaseIterator
hasNext, iterator, next, remove, remove, reset, tryAgainMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining