V
- The base type for all entries - only entries that extend this type are allowed into the map.public interface TypedMap<V>
Map
interface, where the keys are Class
and the values are instances of that
class.Modifier and Type | Method and Description |
---|---|
void |
clear() |
<T extends V> |
get(java.lang.Class<T> clazz) |
<T extends V> |
put(T value) |
<T extends V> |
remove(T value) |