public class TypedKeyMap<K,V>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <K,V> TypedKeyMap<K,V> |
createDirect() |
static <K,V> TypedKeyMap<K,V> |
createHierachy() |
<T extends V> |
get(K key,
java.lang.Class<T> clazz) |
TypedMap<V> |
getAll(K key) |
java.util.Set<K> |
getKeys() |
<T extends V> |
put(K key,
T value) |
public static <K,V> TypedKeyMap<K,V> createDirect()
public static <K,V> TypedKeyMap<K,V> createHierachy()
public java.util.Set<K> getKeys()