有什么办法可以把整个Entry对象放到一个Map像这样的对象:
Entry
Map
map.put(entry);
而不是传递键值对,如:
map.put(key,value);
?
java dictionary
dictionary ×1
java ×1