Modifier and Type | Field and Description |
---|---|
protected RedisClient |
client |
protected V |
entry |
protected long |
keysIterPos |
protected long |
valuesIterPos |
Constructor and Description |
---|
RedissonListMultimapIterator(RedissonMultimap<K,V> map,
CommandAsyncExecutor commandExecutor,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<V> |
getIterator(String name) |
boolean |
hasNext() |
M |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected long keysIterPos
protected long valuesIterPos
protected RedisClient client
protected V entry
public RedissonListMultimapIterator(RedissonMultimap<K,V> map, CommandAsyncExecutor commandExecutor, Codec codec)
Copyright © 2014–2019 The Redisson Project. All rights reserved.