package collection
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
CollectionAliases extends AnyRef
Aliases for Scala collections which are both concise and leave no doubt about whether the collection type is immutable, mutable or the base type (read only).
Aliases for Scala collections which are both concise and leave no doubt about whether the collection type is immutable, mutable or the base type (read only).
B
stands for base (read only)I
stands for immutableM
stands for mutable - final class MutableStack[T] extends AnyRef
Value Members
- object CollectionAliases extends CollectionAliases