package immutable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- immutable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
MultiSet[A] extends collection.MultiSet[A] with Iterable[A] with MultiSetOps[A, MultiSet, MultiSet[A]]
An immutable multiset
An immutable multiset
- A
the element type of the collection
-
class
SortedMultiSet[A] extends collection.SortedMultiSet[A] with SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]]
An immutable multiset whose elements are sorted.
An immutable multiset whose elements are sorted.
- A
Type of elements
- type StringOps = collection.StringOps
- type StringView = collection.StringView
Value Members
- val StringOps: collection.StringOps.type
- val StringView: collection.StringView.type
- object MultiSet extends IterableFactory[MultiSet]
- object SortedMultiSet extends SortedIterableFactory[SortedMultiSet]