K - the key typeV - the value typepublic interface KeyValue<K,V>
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyValue.Default<K,V> |
| Modifier and Type | Method and Description |
|---|---|
K |
key() |
static <K,V> KeyValue<K,V> |
New(K key,
V value) |
V |
value() |
Copyright © 2022 MicroStream Software. All rights reserved.