public class KeyValue<K,V> extends 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueCopyright © 2024. All rights reserved.