static class MultiKeyMap.CombinedEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) Map.Entry<Integer,V> |
entry |
(专用程序包) K |
key |
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
CombinedEntry(K key,
Map.Entry<Integer,V> entry) |
| 限定符和类型 | 方法和说明 |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeCopyright © 2020. All rights reserved.