A template trait for bag collections of type Bag[A]
.
A template trait for bag collections of type Bag[A]
.
Note: This trait replaces every method that uses break
in
TraversableLike
by an iterator version.
the element type of the scala.collection
the type of the actual scala.collection containing the elements.