IntBuffer

object IntBuffer

IntBuffer factory.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(elems: Int*): IntBuffer

Create buffer with initial values.

Create buffer with initial values.

def apply(array: Array[Int]): IntBuffer

Create buffer from an array copy.

Create buffer from an array copy.

An empty buffer.

An empty buffer.