cadenza / cadenza.frame / ArrayMappedDataFrame

ArrayMappedDataFrame

class ArrayMappedDataFrame : DataFrame

Constructors

<init>

ArrayMappedDataFrame(adata: Array<Any?>, idata: Array<Int>, obj: Mask)

Properties

adata

val adata: Array<Any?>

idata

val idata: Array<Int>

int

val int: Mask

obj

val obj: Mask

Functions

getDouble

fun getDouble(slot: Slot): Nothing

getFloat

fun getFloat(slot: Slot): Float

getInteger

fun getInteger(slot: Slot): Int

getLong

fun getLong(slot: Slot): Long

getObject

fun getObject(slot: Slot): Any?

getValue

fun getValue(slot: Slot): Any?

isDouble

fun isDouble(slot: Slot): Boolean

isFloat

fun isFloat(slot: Slot): Boolean

isInteger

fun isInteger(slot: Slot): Boolean

isLong

fun isLong(slot: Slot): Boolean

isObject

fun isObject(slot: Slot): Boolean