scala.collection.immutable

object ListSet

[source: scala/collection/immutable/ListSet.scala]

object ListSet
extends AnyRef
The canonical factory of ListSet's
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
@deprecated

def Empty[A] : ListSet[A]
constructs an empty ListSet
Deprecated
use empty instead

def empty[A] : ListSet[A]
The empty set of this type.

def apply[A, B](elems : A*) : Set[A]
The canonical factory for this type