public class InsightsRouteHandler.KeyValuePair<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Constructor and Description |
|---|
KeyValuePair(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |