length

trait Collection[A] {
  def length: Int
}

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