public interface TypedMap<K>
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(TypeInfo<T> type,
K key) |
static <K> ImmutableTypedMap<K> |
immutable() |
Set<Pair<K,? extends TypeInfo<?>>> |
keySet() |
static <K> MutableTypedMap<K> |
mutable() |
static <K> ImmutableTypedMap<K> immutable()
static <K> MutableTypedMap<K> mutable()
Copyright © 2024. All rights reserved.