Packages

package collections

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

Package Members

  1. package impl
  2. package nonempty

Type Members

  1. type ImmutableMultiMap[A, B] = Map[A, Set[B]]
  2. trait IzCollections extends IzPlatformSyntax
  3. final class IzIterMappings[A, B] extends AnyVal
    Annotations
    @nowarn()
  4. final class IzIterOnceMappings[A, B] extends AnyVal
    Annotations
    @nowarn()
  5. type MutableMultiMap[A, B] = HashMap[A, Set[B]] with MultiMap[A, B]
    Annotations
    @nowarn()
  6. class OrderedSetShim[A] extends Set[A]
  7. final case class WildcardPrefixTree[K, V](values: Seq[V], children: Map[PathElement[K], WildcardPrefixTree[K, V]]) extends Product with Serializable

Value Members

  1. object IzCollections extends IzCollections
  2. object WildcardPrefixTree extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped