IntType

object IntType extends StreamType[Int, BufI]
trait StreamType[Int, BufI]
class Object
trait Matchable
class Any

Value members

Concrete methods

def allocBuf()(implicit ctrl: Control): BufI
def clear(a: Array[Int], off: Int, len: Int): Unit
def fill(a: Array[Int], off: Int, len: Int, elem: Int): Unit
def isDouble: Boolean
def isInt: Boolean
def isLong: Boolean
final
def newArray(size: Int): Array[Int]
def reverse(a: Array[Int], off: Int, len: Int): Unit

Concrete fields

final
val maxValue: 2147483647
final
val minValue: -2147483648
val ordering: Ordering[Int]
final
val zero: 0