Metaspace.Tuple.remove()

Signature

Object remove (Object tuple, String key)

Domain

ACTION

Description

Removed an object from the Tuple based on the specified key

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
ObjectThe previous value, null if it does not exist

Cautions

none