nextKey abstract method
Moves to the next key-value pair in the collection and returns the key.
Returns null
if there are no more key-value pairs to decode.
The key can be of type String or int depending on the format.
Implementation
Object /* String | int */ ? nextKey();