The map feature is like this. In fact, if your keys are all the same, just use List<List>; if they are not all the same and there are duplications, you can do what @scort said, or add another layer of Map< String,List<List>>
When operating Value, determine whether the Key exists. When it exists, take out the Value object. You can use Liat here and then add it. The map is distinguished by Key
Either use a list instead of a map, or add a serial number to the key of the map.
The map feature is like this. In fact, if your keys are all the same, just use List<List>; if they are not all the same and there are duplications, you can do what @scort said, or add another layer of Map< String,List<List>>
When operating Value, determine whether the Key exists. When it exists, take out the Value object. You can use Liat here and then add it. The map is distinguished by Key