public class RedissonMapIterator<K,V,M> extends RedissonBaseMapIterator<K,V,M>
client, entry, nextIterPos| Constructor and Description |
|---|
RedissonMapIterator(RedissonMap<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
protected MapScanResult<ScanObjectEntry,ScanObjectEntry> |
iterator() |
protected V |
put(Map.Entry<ScanObjectEntry,ScanObjectEntry> entry,
V value) |
protected void |
removeKey() |
getValue, hasNext, next, remove, tryAgainclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RedissonMapIterator(RedissonMap<K,V> map)
protected MapScanResult<ScanObjectEntry,ScanObjectEntry> iterator()
iterator in class RedissonBaseMapIterator<K,V,M>protected void removeKey()
removeKey in class RedissonBaseMapIterator<K,V,M>protected V put(Map.Entry<ScanObjectEntry,ScanObjectEntry> entry, V value)
put in class RedissonBaseMapIterator<K,V,M>Copyright © 2014–2017 The Redisson Project. All rights reserved.