public interface KeyValue<K,V>
Modifier and Type | Interface and Description |
---|---|
static class |
KeyValue.Implementation<K,V> |
Modifier and Type | Method and Description |
---|---|
K |
key() |
V |
value() |
Copyright © 2003–2020 XDEV Software. All rights reserved.