Packages

o

com.avsystem.commons.collection

CollectionAliases

object CollectionAliases

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

Inherited from AnyRef

Inherited from Any

Ungrouped