| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ImmutableEntry<K,V> |
ImmutableEntry.from(Map.Entry<? extends K,? extends V> entry) |
static <K,V> ImmutableEntry<K,V> |
Maps.newImmutableEntry(K key,
V value)
Deprecated.
replaced by
CommonUtil.newImmutableEntry(Object, Object) |
static <K,V> ImmutableEntry<K,V> |
ImmutableEntry.of(K key,
V value) |
ImmutableEntry<T1,T2> |
Tuple.Tuple2.toEntry() |
ImmutableEntry<L,R> |
Pair.toImmutableEntry() |
Copyright © 2021. All rights reserved.