IndexedArray-class {epivizrServer}R Documentation

Class providing an indexed array (hashtable)

Description

Class providing an indexed array (hashtable)

Methods

append(item)

Append item to tail of array, returns id of item <int>

empty()

Remove all items from array

get(id)

Get item with given id<int>, returns <ANY>, returns NULL if no item with given id

length()

Return number of items on array <int>


[Package epivizrServer version 1.18.0 Index]