MapEntry.getKey

Returns the key corresponding to this entry.

@return the key corresponding to this entry @throws IllegalStateException implementations may, but are not required to, throw this exception if the entry has been removed from the backing map.

interface MapEntry(K, V)
K
getKey
()

Meta