Package

com.malliina

collections

Permalink

package collections

Visibility
  1. Public
  2. All

Type Members

  1. class BoundedList[T] extends AnyRef

    Permalink

    A mutable list with a bounded maximum size.

    A mutable list with a bounded maximum size.

    Not thread-safe, but designed to be used within an Actor, in which case thread-safety is not needed.

    T

    type of element

Value Members

  1. object BoundedList

    Permalink

Ungrouped