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
- Alphabetic
- By Inheritance
Inherited
- CollectionAliases
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type BBitSet = BitSet
- type BIndexedSeq[+A] = IndexedSeq[A]
- type BIterable[+A] = Iterable[A]
- type BLinearSeq[+A] = LinearSeq[A]
- type BMap[A, +B] = Map[A, B]
- type BSeq[+A] = Seq[A]
- type BSet[A] = Set[A]
- type BSortedMap[A, +B] = SortedMap[A, B]
- type BSortedSet[A] = SortedSet[A]
- type BTraversable[+A] = Traversable[A]
- type IBitSet = BitSet
- type IHashMap[A, +B] = HashMap[A, B]
- type IHashSet[A] = HashSet[A]
- type IIndexedSeq[+A] = IndexedSeq[A]
- type IIterable[+A] = Iterable[A]
- type ILinearSeq[+A] = LinearSeq[A]
- type IListMap[A, +B] = ListMap[A, B]
- type IMap[A, +B] = Map[A, B]
- type IQueue[+A] = Queue[A]
- type ISeq[+A] = Seq[A]
- type ISet[A] = Set[A]
- type ISortedMap[A, +B] = SortedMap[A, B]
- type ISortedSet[A] = SortedSet[A]
- type ITraversable[+A] = Traversable[A]
- type ITreeMap[A, +B] = TreeMap[A, B]
- type ITreeSet[A] = TreeSet[A]
- type MArrayBuffer[A] = ArrayBuffer[A]
- type MBitSet = BitSet
- type MBuffer[A] = Buffer[A]
- type MHashMap[A, B] = HashMap[A, B]
- type MHashSet[A] = HashSet[A]
- type MIndexedSeq[A] = IndexedSeq[A]
- type MIterable[A] = Iterable[A]
- type MLinearSeq[A] = LinearSeq[A]
- type MLinkedHashMap[A, B] = LinkedHashMap[A, B]
- type MLinkedHashSet[A] = LinkedHashSet[A]
- type MListBuffer[A] = ListBuffer[A]
- type MListMap[A, B] = ListMap[A, B]
- type MMap[A, B] = Map[A, B]
- type MQueue[A] = Queue[A]
- type MSeq[A] = Seq[A]
- type MSet[A] = Set[A]
- type MSortedSet[A] = SortedSet[A]
- type MTraversable[A] = Traversable[A]
- type MTreeSet[A] = TreeSet[A]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def BBitSet: BitSet.type
- final def BIndexedSeq: IndexedSeq.type
- final def BIterable: Iterable.type
- final def BLinearSeq: LinearSeq.type
- final def BMap: Map.type
- final def BSeq: Seq.type
- final def BSet: Set.type
- final def BSortedMap: SortedMap.type
- final def BSortedSet: SortedSet.type
- final def BTraversable: Traversable.type
- final def IBitSet: BitSet.type
- final def IHashMap: HashMap.type
- final def IHashSet: HashSet.type
- final def IIndexedSeq: IndexedSeq.type
- final def IIterable: Iterable.type
- final def ILinearSeq: LinearSeq.type
- final def IListMap: ListMap.type
- final def IMap: Map.type
- final def IQueue: Queue.type
- final def ISeq: Seq.type
- final def ISet: Set.type
- final def ISortedMap: SortedMap.type
- final def ISortedSet: SortedSet.type
- final def ITraversable: Traversable.type
- final def ITreeMap: TreeMap.type
- final def ITreeSet: TreeSet.type
- final def MArrayBuffer: ArrayBuffer.type
- final def MBitSet: BitSet.type
- final def MBuffer: Buffer.type
- final def MHashMap: HashMap.type
- final def MHashSet: HashSet.type
- final def MIndexedSeq: IndexedSeq.type
- final def MIterable: Iterable.type
- final def MLinearSeq: LinearSeq.type
- final def MLinkedHashMap: LinkedHashMap.type
- final def MLinkedHashSet: LinkedHashSet.type
- final def MListBuffer: ListBuffer.type
- final def MListMap: ListMap.type
- final def MMap: Map.type
- final def MQueue: Queue.type
- final def MSeq: Seq.type
- final def MSet: Set.type
- final def MSortedSet: SortedSet.type
- final def MTraversable: Traversable.type
- final def MTreeSet: TreeSet.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )