先 IMPORT!!!!

 

scala> import scala.collection._
import scala.collection._

scala>  SortedMap("2"->"jx","1"->"hxf","3"->"hl")
res0: scala.collection.SortedMap[String,String] = Map(1 -> hxf, 2 -> jx, 3 -> hl)

相关文章:

  • 2021-05-09
  • 2021-12-16
  • 2021-05-19
  • 2022-12-23
  • 2021-12-20
  • 2021-09-17
  • 2021-08-25
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-06-22
  • 2021-06-06
  • 2022-12-23
  • 2021-11-20
  • 2022-01-04
  • 2022-01-01
相关资源
相似解决方案