flogger-api
2.0.0-SNAPSHOT.209
jvm
flogger-api
/
com.google.common.flogger.backend
/
Metadata
/
getKey
get
Key
public
abstract
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()}.