Packages

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

B stands for base (read only) I stands for immutable M stands for mutable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectionAliases
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BBitSet = BitSet
  2. type BIndexedSeq[+A] = IndexedSeq[A]
  3. type BIterable[+A] = Iterable[A]
  4. type BLinearSeq[+A] = LinearSeq[A]
  5. type BMap[A, +B] = Map[A, B]
  6. type BSeq[+A] = Seq[A]
  7. type BSet[A] = Set[A]
  8. type BSortedMap[A, +B] = SortedMap[A, B]
  9. type BSortedSet[A] = SortedSet[A]
  10. type BTraversable[+A] = Traversable[A]
  11. type IBitSet = BitSet
  12. type IHashMap[A, +B] = HashMap[A, B]
  13. type IHashSet[A] = HashSet[A]
  14. type IIndexedSeq[+A] = IndexedSeq[A]
  15. type IIterable[+A] = Iterable[A]
  16. type ILinearSeq[+A] = LinearSeq[A]
  17. type IListMap[A, +B] = ListMap[A, B]
  18. type IMap[A, +B] = Map[A, B]
  19. type IQueue[+A] = Queue[A]
  20. type ISeq[+A] = Seq[A]
  21. type ISet[A] = Set[A]
  22. type ISortedMap[A, +B] = SortedMap[A, B]
  23. type ISortedSet[A] = SortedSet[A]
  24. type ITraversable[+A] = Traversable[A]
  25. type ITreeMap[A, +B] = TreeMap[A, B]
  26. type ITreeSet[A] = TreeSet[A]
  27. type MArrayBuffer[A] = ArrayBuffer[A]
  28. type MBitSet = BitSet
  29. type MBuffer[A] = Buffer[A]
  30. type MHashMap[A, B] = HashMap[A, B]
  31. type MHashSet[A] = HashSet[A]
  32. type MIndexedSeq[A] = IndexedSeq[A]
  33. type MIterable[A] = Iterable[A]
  34. type MLinearSeq[A] = LinearSeq[A]
  35. type MLinkedHashMap[A, B] = LinkedHashMap[A, B]
  36. type MLinkedHashSet[A] = LinkedHashSet[A]
  37. type MListBuffer[A] = ListBuffer[A]
  38. type MListMap[A, B] = ListMap[A, B]
  39. type MMap[A, B] = Map[A, B]
  40. type MQueue[A] = Queue[A]
  41. type MSeq[A] = Seq[A]
  42. type MSet[A] = Set[A]
  43. type MSortedSet[A] = SortedSet[A]
  44. type MTraversable[A] = Traversable[A]
  45. type MTreeSet[A] = TreeSet[A]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def BBitSet: BitSet.type
  5. final def BIndexedSeq: IndexedSeq.type
  6. final def BIterable: Iterable.type
  7. final def BLinearSeq: LinearSeq.type
  8. final def BMap: Map.type
  9. final def BSeq: Seq.type
  10. final def BSet: Set.type
  11. final def BSortedMap: SortedMap.type
  12. final def BSortedSet: SortedSet.type
  13. final def BTraversable: Traversable.type
  14. final def IBitSet: BitSet.type
  15. final def IHashMap: HashMap.type
  16. final def IHashSet: HashSet.type
  17. final def IIndexedSeq: IndexedSeq.type
  18. final def IIterable: Iterable.type
  19. final def ILinearSeq: LinearSeq.type
  20. final def IListMap: ListMap.type
  21. final def IMap: Map.type
  22. final def IQueue: Queue.type
  23. final def ISeq: Seq.type
  24. final def ISet: Set.type
  25. final def ISortedMap: SortedMap.type
  26. final def ISortedSet: SortedSet.type
  27. final def ITraversable: Traversable.type
  28. final def ITreeMap: TreeMap.type
  29. final def ITreeSet: TreeSet.type
  30. final def MArrayBuffer: ArrayBuffer.type
  31. final def MBitSet: BitSet.type
  32. final def MBuffer: Buffer.type
  33. final def MHashMap: HashMap.type
  34. final def MHashSet: HashSet.type
  35. final def MIndexedSeq: IndexedSeq.type
  36. final def MIterable: Iterable.type
  37. final def MLinearSeq: LinearSeq.type
  38. final def MLinkedHashMap: LinkedHashMap.type
  39. final def MLinkedHashSet: LinkedHashSet.type
  40. final def MListBuffer: ListBuffer.type
  41. final def MListMap: ListMap.type
  42. final def MMap: Map.type
  43. final def MQueue: Queue.type
  44. final def MSeq: Seq.type
  45. final def MSet: Set.type
  46. final def MSortedSet: SortedSet.type
  47. final def MTraversable: Traversable.type
  48. final def MTreeSet: TreeSet.type
  49. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  50. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  53. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  54. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  55. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  56. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped