Functions
Creates a MutableBuffer of given type T. If the type is primitive, specialized buffers are used (IntBuffer, DoubleBuffer, etc.), ListBuffer is returned otherwise.
Creates a MutableBuffer of given type. If the type is primitive, specialized buffers are used (IntBuffer, DoubleBuffer, etc.), ListBuffer is returned otherwise.
Creates a DoubleBuffer with the specified size, where each element is calculated by calling the specified initializer function.
Creates a FloatBuffer with the specified size, where each element is calculated by calling the specified initializer function.
Creates a LongBuffer with the specified size, where each element is calculated by calling the specified initializer function.
Creates a ShortBuffer with the specified size, where each element is calculated by calling the specified initializer function.