ListBuffer

constructor(size: Int, initializer: (Int) -> T)


constructor(list: List<T>)

Parameters

T

the type of elements contained in the buffer.