- Alexey Pomelov
- 10/13/11
Hello!
I'm using the map from the baseLanguage, but couldn't find any operation like 'put' or 'get'. There are many useful operations, but...
What does it mean? Is it a map?
Thanks,
Alexey
I'm using the map from the baseLanguage, but couldn't find any operation like 'put' or 'get'. There are many useful operations, but...
What does it mean? Is it a map?
Thanks,
Alexey
- Timur Zambalayev
- 10/13/11
http://confluence.jetbrains.net/display/MPSD1/Collections+language#Collectionslanguage-Map
int value = map["key"];
map["key"] = value;
int value = map["key"];
map["key"] = value;
- Alexey Pomelov
- 10/13/11
Oh, collections language! I'll study it, thanks a lot!