Metaspace.Tuple.getChar()

Signature

Object getChar (Object tuple, String key)

Domain

ACTION

Description

Returns the java.lang.Character object based on the specified key from the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
ObjectThe java.lang.Character object based on the specified key from the Tuple

Cautions

none