What is the best way to convert a Map<key,value>
to a List<value>
?
(将Map<key,value>
转换为List<value>
的最佳方法是什么?)
Just iterate over all values and insert them in a list or am I overlooking something? (只是遍历所有值并将它们插入列表中,还是我忽略了什么?)
ask by Javaa translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…