keys

trait Map[K, V] {
  def keys: Iterable[V]
}

keys は、この Map のキーを列挙する Iterator を作成します。