public class RedisMap.RedisMapEntry<K,V> extends Object implements Map.Entry<K,V>, Comparable<RedisMap.RedisMapEntry>
| Constructor and Description |
|---|
RedisMapEntry(RedisMap redisMap,
K k) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RedisMap.RedisMapEntry o) |
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic int compareTo(RedisMap.RedisMapEntry o)
compareTo in interface Comparable<RedisMap.RedisMapEntry>Copyright © 2020 Voovan. All rights reserved.