package collections
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- collections
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ImmutableMultiMap[A, B] = Map[A, Set[B]]
- trait IzCollections extends IzPlatformSyntax
- final class IzIterMappings[A, B] extends AnyVal
- Annotations
- @nowarn()
- final class IzIterOnceMappings[A, B] extends AnyVal
- Annotations
- @nowarn()
- type MutableMultiMap[A, B] = HashMap[A, Set[B]] with MultiMap[A, B]
- Annotations
- @nowarn()
- class OrderedSetShim[A] extends Set[A]
- final case class WildcardPrefixTree[K, V](values: Seq[V], children: Map[PathElement[K], WildcardPrefixTree[K, V]]) extends Product with Serializable
Value Members
- object IzCollections extends IzCollections
- object WildcardPrefixTree extends Serializable