scala.collection.immutable

object ListSet

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

object ListSet
extends SetFactory[ListSet]
The canonical factory of ListSet's
Method Summary
implicit def builderFactory [A] : BuilderFactory[A, ListSet[A], ListSet]
override def empty [A] : ListSet[A]
The empty iterable of type CC
Methods inherited from SetFactory
newBuilder, setBuilderFactory
Methods inherited from Companion
apply
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
implicit def builderFactory[A] : BuilderFactory[A, ListSet[A], ListSet]

override def empty[A] : ListSet[A]
The empty iterable of type CC