Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Pattern match empty ArrayBuffer

scala scala-collections

How does memory management for Scala collections work?

scala scala-collections

Is it possible to print definition of a function in Scala

Implement a scala collection so that map, filter, etc. produce the right type

scala scala-collections

Scala Map to Java HashMap

Scala collections: transform content and type of the collection in one pass

scala scala-collections

Scala collect items of a type from a collection

What is the actual class (not abstract and not trait) for Map and Set?

Generic sequence of Either to Either of sequence with preserved type

How to create sorted map in scala?

scala variable arguments :_*

scala scala-collections

Generics invariant covariant contravariant in scala

scala scala-collections

Seq for fast random access and fast growth in Scala

scala scala-collections

Scala: fastest `remove(i: Int)` in mutable sequence

What is the best way to define type safe optional methods in Scala?

Why is the iterator evaluated when creating a new Iterable from it?

scala 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