Scala ArrayBuffer class: methods, syntax, and examples
By Alvin Alexander. Last updated: October 20 2019
This page contains a large collection of examples of how to use the Scala ArrayBuffer class.
Use the ArrayBuffer
class when you want to use a general-purpose, mutable indexed sequence in your Scala applications: