Metaspace.Tuple.putChar()

Signature

Object putChar (Object tuple, String key, Object value)

Domain

ACTION

Description

Puts a Char object based on the specified key into the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valueObjectInstance of Character

Returns

TypeDescription
ObjectThe previous value if it exists, null otherwise

Cautions

none