Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Why is ClassManifest needed with Array but not List?

scala turning an Iterator[Option[T]] into an Iterator[T]

scala scala-collections

Creating lists and sets in Scala: What do I actually get?

Use case for LinkedList

consume items from a scala Iterator

What is the current element in a Scala DoubleLinkedList?

scala scala-collections

How do I implement a collection in Scala 2.8?

How do I set the default number of threads for Scala 2.10 parallel collections?

scala implicit or explicit conversion from iterator to iterable

scala scala-collections

Can't append to scala's mutable LinkedList?

How to convert a mutable HashMap into an immutable equivalent in Scala?

What is the difference between Seq and IndexedSeq/LinearSeq in Scala?

scala scala-collections seq

List of every n-th item in a given list

scala scala-collections

Compare two Maps in Scala

scala scala-collections

Scala collection memory footprint characteristics

scala scala-collections

O(1) conversion from mutable.Map to immutable.Map?

scala scala-collections

How to convert from from java.util.Map to a Scala Map

What's a good and functional way to swap collection elements in Scala?

Scala Buffer: Size or Length?

scala scala-collections

Combining multiple Lists of arbitrary length

scala scala-collections