V - value typepublic class RedissonMultiMapKeysIterator<V> extends RedissonBaseMapIterator<V>
client, nextIterPos, value| Constructor and Description |
|---|
RedissonMultiMapKeysIterator(RedissonMultimap map) |
| Modifier and Type | Method and Description |
|---|---|
protected ScanResult<Map.Entry<Object,Object>> |
iterator(RedisClient client,
long nextIterPos) |
protected Object |
put(Map.Entry<Object,Object> entry,
Object value) |
protected void |
remove(Map.Entry<Object,Object> value) |
getValuehasNext, next, remove, tryAgainclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RedissonMultiMapKeysIterator(RedissonMultimap map)
protected Object put(Map.Entry<Object,Object> entry, Object value)
put in class RedissonBaseMapIterator<V>protected ScanResult<Map.Entry<Object,Object>> iterator(RedisClient client, long nextIterPos)
Copyright © 2014–2018 The Redisson Project. All rights reserved.