Package org.redisson

Class RedissonMapEntry<K,​V>

  • All Implemented Interfaces:
    <K,​V>

    public class RedissonMapEntry<K,​V>
    extends 
    implements <K,​V>
    • Constructor Detail

      • RedissonMapEntry

        public RedissonMapEntry​(K key,
                                V value)
    • Method Detail

      • getKey

        public K getKey()
        Specified by:
         in interface <K,​V>
      • getValue

        public V getValue()
        Specified by:
         in interface <K,​V>
      • setValue

        public V setValue​(V value)
        Specified by:
         in interface <K,​V>