public static interface KeyValueStore.Entry<K,V>
| Modifier and Type | Method and Description |
|---|---|
K |
key() |
static <K,V> KeyValueStore.Entry<K,V> |
of(K key,
V value) |
V |
value() |
K key()
V value()
static <K,V> KeyValueStore.Entry<K,V> of(K key, V value)
Copyright © 2015. All rights reserved.