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 nonempty

Type Members

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

Value Members

  1. object IzCollections
  2. object WildcardPrefixTree extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped