How to create a Hashmap in jasmin?

146 views Asked by At

I want to create a HashMap inside a class in a Jasmin, it's equivalent Java would be :

class grammar {
Hashmap <String, Integer> memory= new Hashmap <String, Integer>;
}

Something to do with

Ljava/util/HashMap

Any help would be appreciated

0

There are 0 answers