Packages

package immutable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. immutable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class MultiMap[K, V] extends collection.MultiMap[K, V] with Iterable[(K, V)] with MultiMapOps[K, V, MultiMap, MultiMap[K, V]] with IterableOps[(K, V), Iterable, MultiMap[K, V]]

    An immutable multimap

    An immutable multimap

    K

    the type of keys

    V

    the type of values

  2. 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

  3. class SortedMultiMap[K, V] extends collection.SortedMultiMap[K, V] with Iterable[(K, V)] with SortedMultiMapOps[K, V, SortedMultiMap, SortedMultiMap[K, V]] with IterableOps[(K, V), Iterable, SortedMultiMap[K, V]]

    An immutable multimap whose keys are sorted

    An immutable multimap whose keys are sorted

    K

    the type of keys

    V

    the type of values

  4. class SortedMultiSet[A] extends collection.SortedMultiSet[A] with Iterable[A] with SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]] with IterableOps[A, MultiSet, SortedMultiSet[A]]

    An immutable multiset whose elements are sorted.

    An immutable multiset whose elements are sorted.

    A

    Type of elements

  5. type StringOps = collection.StringOps
  6. type StringView = collection.StringView

Value Members

  1. val StringOps: collection.StringOps.type
  2. val StringView: collection.StringView.type
  3. object MultiMap extends MapFactory[MultiMap]
  4. object MultiSet extends IterableFactory[MultiSet]
  5. object SortedMultiMap extends SortedMapFactory[SortedMultiMap]
  6. object SortedMultiSet extends SortedIterableFactory[SortedMultiSet]

Inherited from AnyRef

Inherited from Any

Ungrouped