Package

izumi.fundamentals

collections

Permalink

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

Type Members

  1. type ImmutableMultiMap[A, B] = Map[A, Set[B]]

    Permalink
  2. final class IzIterable[A, Repr[_] <: Iterable[_]] extends AnyVal

    Permalink
  3. final class IzMappings[A, B] extends AnyRef

    Permalink
  4. final class IzTraversables[A] extends AnyVal

    Permalink
  5. type MutableMultiMap[A, B] = HashMap[A, Set[B]] with MultiMap[A, B]

    Permalink
  6. case class WildcardPrefixTree[K, V](values: Seq[V], children: Map[PathElement[K], WildcardPrefixTree[K, V]]) extends Product with Serializable

    Permalink

Value Members

  1. object IzCollections

    Permalink
  2. object WildcardPrefixTree extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped