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
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 MBitSet = BitSet
- 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 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
- val BBitSet: BitSet.type
- val BIndexedSeq: IndexedSeq.type
- val BIterable: Iterable.type
- val BLinearSeq: LinearSeq.type
- val BMap: Map.type
- val BSeq: Seq.type
- val BSet: Set.type
- val BSortedMap: SortedMap.type
- val BSortedSet: SortedSet.type
- val BTraversable: Traversable.type
- val IBitSet: BitSet.type
- val IHashMap: HashMap.type
- val IHashSet: HashSet.type
- val IIndexedSeq: IndexedSeq.type
- val IIterable: Iterable.type
- val ILinearSeq: LinearSeq.type
- val IListMap: ListMap.type
- val IMap: Map.type
- val IQueue: Queue.type
- val ISeq: Seq.type
- val ISet: Set.type
- val ISortedMap: SortedMap.type
- val ISortedSet: SortedSet.type
- val ITraversable: Traversable.type
- val ITreeMap: TreeMap.type
- val ITreeSet: TreeSet.type
- val MBitSet: BitSet.type
- val MHashMap: HashMap.type
- val MHashSet: HashSet.type
- val MIndexedSeq: IndexedSeq.type
- val MIterable: Iterable.type
- val MLinearSeq: LinearSeq.type
- val MListMap: ListMap.type
- val MMap: Map.type
- val MQueue: Queue.type
- val MSeq: Seq.type
- val MSet: Set.type
- val MSortedSet: SortedSet.type
- val MTraversable: Traversable.type
- val MTreeSet: TreeSet.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
- @throws( ... )