scala.collection.mutable

object LinkedHashSet

[source: scala/collection/mutable/LinkedHashSet.scala]

object LinkedHashSet
extends AnyRef
Method Summary
def apply [A](elems : A*) : Set[A]
The canonical factory for this type
def empty [A] : LinkedHashSet[A]
The empty map 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] : LinkedHashSet[A]
The empty map of this type

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