OmeroBlitz API
Home Previous Up Next Index

omero::RMap

Overview

[ "protected" ] class RMap extends RType

Similar to {@code RCollection}, the {@code RMap} class permits the passing of a possible null {@code RTypeDict} where any other {@code RType} is expected.

Used By

grid::InteractiveProcessor::execute
grid::InteractiveProcessor::getResults
grid::Repository::treeList

See Also

RCollection

Operation Index

getValue
size
get
put

Data Member Index

val

Operations

RTypeDict getValue()

int size()

RType get(string key)

void put(string key, RType value)

Data Members

RTypeDict val;


Home Previous Up Next Index