IntBuffer

com.github.arturopala.bufferandslice.IntBuffer$
See theIntBuffer companion class
object IntBuffer

IntBuffer factory.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IntBuffer.type

Members list

Value members

Concrete methods

def apply(elems: Int*): IntBuffer

Create buffer with initial values.

Create buffer with initial values.

Attributes

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

Create buffer from an array copy.

Create buffer from an array copy.

Attributes

An empty buffer.

An empty buffer.

Attributes