> Does Scala only have one type of list??? > Well I'm still very much a Scala newbie, but my understanding is that Scala's main List is immutable and geared a bit towards functional programming. That's the one you get when you call the factory method List(). Scala also has Arrays, which are like mutable lists. Plus you can use the Java collections as well from Scala, which you might use when calling existing Java APIs from Scala.
Flat View: This topic has 370 replies
on 371 pages
[
«
|
91011121314151617
|
»
]