我在java中有一个这样的Map:
Map<String index1, Map<String index 2, Object obj>> map = new HashMap<>();
我想Object通过使用index1和index2查找来获取我的地图.
Object
index1
index2
java hashmap
hashmap ×1
java ×1