flogger-api
2.0.0-SNAPSHOT.209
jvm
flogger-api
/
com.google.common.flogger.context
/
ContextMetadata
/
getKey
get
Key
public
MetadataKey
<
? extends
Object
>
getKey
(
int n
)
Returns the key for the Nth piece of metadata.
Throws
Index
Out
Of
Bounds
Exception
if either
n < 0
or {n >= getCount()}.