public class TypedKeyMap extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<TypedKey<?>,Object> |
entries |
| Constructor and Description |
|---|
TypedKeyMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(TypedKey<?> key) |
<V> V |
get(TypedKey<V> key) |
Set<TypedKey<?>> |
keySet() |
<V> void |
put(TypedKey<V> key,
V value) |
void |
remove(TypedKey<?> key) |
Copyright © 2016. All rights reserved.