public class KeyValue<K,V>
extends java.util.AbstractMap.SimpleImmutableEntry<K,V>
| Modifier and Type | Method and Description |
|---|---|
static <K,V> KeyValue<K,V> |
of(K key,
V value) |
equals, getKey, getValue, hashCode, setValue, toStringCopyright © 2025. All rights reserved.