basis.collections

immutable

package immutable

Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Grouped
  2. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ::[A] extends List[A]

  2. abstract class ArraySeq[+A] extends Equals with Immutable with Family[ArraySeq[_]] with ArrayLike[A] with IndexedSeq[A]

  3. abstract class Batch[+A] extends Equals with Immutable with Family[Batch[_]] with IndexedSeq[A] with Deque[A]

  4. final class HashMap[+A, +T] extends Equals with Immutable with Family[HashMap[_, _]] with Map[A, T]

  5. final class HashSet[+A] extends Equals with Immutable with Family[HashSet[_]] with Set[A]

  6. sealed abstract class List[+A] extends Equals with Immutable with Family[List[_]] with ListLike[A] with LinearSeq[A] with Stack[A]

  7. sealed abstract class Vector[+A] extends Equals with Immutable with Family[Vector[_]] with Compound[Vector[A]] with IndexedSeq[A]

Value Members

  1. object ::

  2. object ArraySeq extends ArrayFactory[ArraySeq]

  3. object Batch extends SeqFactory[Batch]

  4. object HashMap extends MapFactory[HashMap]

  5. object HashSet extends SetFactory[HashSet]

    A factory for hash sets.

  6. object List extends SeqFactory[List]

  7. object Nil extends List[Nothing]

  8. object Vector extends SeqFactory[Vector]

Containers

Ungrouped