Metaspace.Tuple.containsKey()

Signature

boolean containsKey (Object tuple, Object key)

Domain

ACTION

Description

Returns true if the tuple contains the specified key

Parameters

NameTypeDescription
tupleObjectTuple Object
keyObjectkey Object

Returns

TypeDescription
booleantrue if the tuple contains the specified key

Cautions

none