Metaspace.Tuple.putLong()

Signature

Object putLong (Object tuple, String key, long value)

Domain

ACTION

Description

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

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valuelongObject value

Returns

TypeDescription
ObjectThe previous value if it exists, null otherwise

Cautions

none