Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Scala's mutable.ListBuffer seems to use List's tail function yet it is documented as having linear complexity?

scala scala-collections

Extending a Scala collection

How to assign an order for TreeSet in Scala without repeating myself

Use a Scala collection method to help convert a list of [0,0,0,1,1,1,1,0,0,1,1] into [3,4,2,2]

scala scala-collections

How should I use #:: / hash colon colon in Scala?

How to initialize empty map that has been type aliased

Scala: Best way to iterate over collection and populate Array

How to gracefully handle "Key not found" In a Scala map?

Scala: add items to a sequence or merge sequences conditionally

scala scala-collections seq

What is the idiomatic approach to perform elementwise addition to an Array of Arrays in Scala

scala scala-collections

Best Scala collection type for vectorized numerical computing

Using scala map in Java

update the last element of List

Performance of scala parallel collection processing

Split a scala list into n interleaving lists

scala scala-collections

How to fix the pattern-matching exhaustive warning?

reduce list of integers/range of integers in scala

Why is Scala Map auto-imported but HashMap isn't?

scala scala-collections

What is the best way to enumerate a list in natural language (Scala)?

scala scala-collections

Difference between Tuple and List[Any] in Scala?

scala scala-collections