The entries() method of the MediaKeyStatusMap interface returns a new Iterator object, containing an array of [key, value] pairs for each element in the status map, in insertion order.
entries()None.
A new Iterator object. Each element in the Iterator is an array containing a key and a value.