This document is the API specification for Scala 2.
Class Summary | |
abstract
|
class
BitSet
The class |
Trait Summary | |
abstract
|
trait
Map
[A, +B]
This class defines the interface of collections that unambiguously map keys to values (i.e. a key is mapped to at least one value).
Class |
abstract
|
trait
MapProxy
[A, +B]
This is a simple wrapper class for scala.collection.Map .
It is most useful for assembling customized map abstractions
dynamically using object composition and forwarding.
|
abstract
|
trait
Ranged
[K, +A]
Any collection (including maps) whose keys (or elements) are ordered. |
abstract
|
trait
Set
[A]
This class defines the interface of collections that do not contain duplicate elements.
Class |
abstract
|
trait
SetProxy
[A]
This is a simple wrapper class for scala.collection.Set .
It is most useful for assembling customized set abstractions
dynamically using object composition and forwarding.
|
abstract
|
trait
Sorted
[K, +A]
Any collection (including maps) whose keys (or elements) are ordered. |
abstract
|
trait
SortedMap
[K, +E]
A map whose keys are sorted. |
abstract
|
trait
SortedSet
[A]
Analogous to a Java sorted set. |