alvin alexander
Nodes for the term “vector”
Scala ‘for loop’ examples and syntax
Read more
Examples of methods available to Scala sequences
Read more
How to drop the first matching element in a Scala sequence
Read more
Scala Vector class: method examples and syntax
Read more
Scala Array class: methods, examples, and syntax
Read more
How to create a large test Map in Scala (converting a sequence to a map)
Read more
Getting a random element from a list of elements in Scala
Read more
How to sort a sequence (Seq, List, Array, Vector) in Scala
Read more
A Scala method to write a list of strings to a file
Read more
Scala: How to create a list of alpha or alphanumeric characters
Read more
How to convert a Scala Array/List/Seq (sequence) to string with mkString
Read more
Scala Seq class: methods, examples, and syntax
Read more
How to flatten a List of Lists in Scala with flatten
Read more
Methods on the Scala collections classes, organized by category
Read more
Scala code to find (and move or remove) duplicate files
Read more
Scala: Convert a String with newline characters to a sequence/list of strings
Read more
Scala: How to append and prepend items to Vector and Seq
Read more
Scala tip: How to extract a field from a sequence of objects to create a new sequence
Read more
“Every person in your company is a vector”
Read more
Scala: When the sum of a list is a very large number
Read more
Scala - How to find the unique items in a List, Array, Vector (sequence)
Read more
Scala: Immutable collections of mutable data
Read more
JList "add data" - how to add/edit JList data
Read more