public void store(string index, MyType value)
 {
     memory[index] = value;
 }