Metaspace.Tuple.putInt()

Signature

Object putInt (Object tuple, String key, int value)

Domain

ACTION

Description

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

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valueintObject value

Returns

TypeDescription
ObjectThe previous value if it exists, null otherwise

Cautions

none