keys
trait Map[K, V] { def keys: Iterable[V] }
keys criar um Iterator para iterar as chaves do Map.
Iterator
Map