V
- value typepublic abstract class RedissonBaseMapIterator<V> extends BaseIterator<V,Map.Entry<Object,Object>>
client, nextIterPos, value
Constructor and Description |
---|
RedissonBaseMapIterator() |
Modifier and Type | Method and Description |
---|---|
protected V |
getValue(Map.Entry<Object,Object> entry) |
protected abstract Object |
put(Map.Entry<Object,Object> entry,
Object value) |
hasNext, iterator, next, remove, remove, tryAgain
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2014–2018 The Redisson Project. All rights reserved.