set<T extends B> method
- T value
Associate the type of value
with value
in the map.
Implementation
void set<T extends B>(T value) {
_data[T] = value;
}
Associate the type of value
with value
in the map.
void set<T extends B>(T value) {
_data[T] = value;
}