Metaspace.Tuple.putBoolean()

Signature

Object putBoolean (Object tuple, String key, boolean value)

Domain

ACTION

Description

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

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valuebooleanObject value

Returns

TypeDescription
ObjectThe previous value if it exists, null otherwise

Cautions

none