Metaspace.Tuple.putShort()

Signature

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

Domain

ACTION

Description

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

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valueObjectjava.lang.Short instance

Returns

TypeDescription
ObjectThe previous value if it exists, null otherwise

Cautions

none