public final class MapUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map.Entry<K,V> |
entry(K key,
V value) |
static <K,V> Map<K,V> |
ofUnmodifiable(Map.Entry<K,V>... entries) |
public static <K,V> Map.Entry<K,V> entry(@NotNull K key, @NotNull V value)
@SafeVarargs public static <K,V> Map<K,V> ofUnmodifiable(Map.Entry<K,V>... entries)
Copyright © 2023. All rights reserved.