public class RedissonMapEntry<K,V> extends Object implements Map.Entry<K,V>
RedissonMapEntry(K key, V value)
K
getKey()
V
getValue()
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public RedissonMapEntry(K key, V value)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
Copyright © 2014–2017 The Redisson Project. All rights reserved.