More.JavaCollections
trait JavaCollections
Java Collections Extension
These are extension methods universally available for all Java Collections, which extend java.lang.Iterable.
Java List, Vector, Set, Iterator, etc. have those methods.
Also note that all Java collections are implicitly convertibe to Stream, thus they can be used directly everywhere where Stream is required.
- Source
- __.scala