Package org.redisson
Class RedissonSetMultimapIterator<K,V,M>
- java.lang.Object
-
- org.redisson.RedissonSetMultimapIterator<K,V,M>
-
-
Field Summary
Fields Modifier and Type Field Description protected RedisClient
client
protected V
entry
protected long
keysIterPos
protected long
valuesIterPos
-
Constructor Summary
Constructors Constructor Description RedissonSetMultimapIterator(RedissonMultimap<K,V> map, CommandAsyncExecutor commandExecutor, Codec codec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Iterator<V>
getIterator(String name)
boolean
hasNext()
M
next()
void
remove()
-
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 Detail
-
keysIterPos
protected long keysIterPos
-
valuesIterPos
protected long valuesIterPos
-
client
protected RedisClient client
-
entry
protected V entry
-
-
Constructor Detail
-
RedissonSetMultimapIterator
public RedissonSetMultimapIterator(RedissonMultimap<K,V> map, CommandAsyncExecutor commandExecutor, Codec codec)
-
-