特牛网址导航

Scala | 学习Scala中的Set和Map_scala set[map[string, object]]-CSDN博客

网友收藏
文章浏览阅读151次。学习Scala中Set和Mapobject Demo07 { println("Welcome to the Scala worksheet") //> Welcome to the Scala worksheet //创建定长Set val s1=Set(1,1,2,2,3) //> s1 : scala.collection.immutable.Set[Int] = Set(1, 2, 3) //创建变_scala set[map[string, object]]