I tried to create a list of maps. In the following code, I\'m expecting to get
[{start=1,text=ye}, {start=2,text=no}]
however, I only got
You are never saving a reference to this Map:
list.add(new HashMap());