@InterfaceAudience.Public @InterfaceStability.Stable public class KeyValue<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
void |
setKey(K key) |
void |
setValue(V value) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.