Metaspace.Tuple.getInt()

Signature

int getInt (Object tuple, String key)

Domain

ACTION

Description

Returns the Integer object based on the specified key from the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
intThe integer value based on the specified key from the Tuple

Cautions

none