Packages

p

com.malliina

collections

package collections

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BoundedList[T] extends AnyRef

    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

Ungrouped