in scala.collection.immutable
object ListSet

object ListSet
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this

Def Summary
def Empty [A] : scala.collection.immutable.ListSet[A]
constructs an empty ListSet
def apply [A, B] (elems: A*) : scala.collection.immutable.Set[A]
The canonical factory for this type
def empty [A] : scala.collection.immutable.ListSet[A]
The empty set of this type.
Constructor Detail
def this

Def Detail
[scala.deprecated]

def Empty [A]: scala.collection.immutable.ListSet[A]
constructs an empty ListSet
Deprecated:
use empty instead

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

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