Metaspace.Tuple.put()

Signature

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

Domain

ACTION

Description

Puts the Object value for the specified key into the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valueObjectObject value

Returns

TypeDescription
ObjectThe previous value associated with key, or null if there was no mapping for key.

Cautions

none