Package org.redisson
Class RedissonListMultimapIterator<K,V,M>
java.lang.Object
org.redisson.RedissonListMultimapIterator<K,V,M>
- All Implemented Interfaces:
Iterator<M>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRedissonListMultimapIterator
(RedissonMultimap<K, V> map, CommandAsyncExecutor commandExecutor, Codec codec) -
Method Summary
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
-
Field Details
-
keysIterPos
protected long keysIterPos -
valuesIterPos
protected long valuesIterPos -
client
-
entry
-
-
Constructor Details
-
RedissonListMultimapIterator
public RedissonListMultimapIterator(RedissonMultimap<K, V> map, CommandAsyncExecutor commandExecutor, Codec codec)
-
-
Method Details