scala.collection.generic

trait SetClass

[source: scala/collection/generic/SetClass.scala]

trait SetClass[A, +CC]
extends TraversableClass[A, CC]
Direct Known Subclasses:
Set, HashSet, ListSet, Set, HashSet, LinkedHashSet, Set

Method Summary
def empty : CC[A]
Methods inherited from TraversableClass
foreach (abstract), head (abstract), isEmpty (abstract), companion (abstract), newBuilder, genericBuilder, unzip, flatten, transpose
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 : CC[A]