Metaspace.Tuple.putDouble()

Signature

Object putDouble (Object tuple, String key, double value)

Domain

ACTION

Description

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

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valuedoubleObject value

Returns

TypeDescription
ObjectThe previous value if it exists, null otherwise

Cautions

none