size

trait Collection[A] {
  def size: Int
}

size は、このコレクションが何個の要素を持っているかを返します。