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