|
Scala Library
|
|
scala/collection/immutable/ListSet.scala]
object
ListSet
extends AnyRef| Method Summary | |
def
|
Empty
[A] : ListSet[A]
constructs an empty ListSet
|
def
|
apply
[A, B](elems : A*) : Set[A]
The canonical factory for this type
|
def
|
empty
[A] : ListSet[A]
The empty set of this type.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
Empty[A] : ListSet[A]
empty instead|
Scala Library
|
|