scala copy keys and values from a map to separate lists in the same order

前端 未结 0 590
难免孤独
难免孤独 2020-12-19 00:59

I have a map like below

t: scala.collection.immutable.Map[String,String] = Map(col3 -> val3, col2 -> val2, col5 -> val5, col1 -> val1, col4 ->          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题