OldHashSet

scala.collection.immutable.OldHashSet
See theOldHashSet companion class

$factoryInfo

Attributes

Companion
class
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
OldHashSet.type

Members list

Value members

Concrete methods

def empty[A]: OldHashSet[A]
def from[A](it: IterableOnce[A]): OldHashSet[A]
def newBuilder[A]: Builder[A, OldHashSet[A]]

Inherited methods

def apply[A](elems: A*): OldHashSet[A]

Attributes

Inherited from:
IterableFactory
def concat[A](xss: Iterable[A]*): OldHashSet[A]

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory
def fill[A](n1: Int, n2: Int)(elem: => A): OldHashSet[OldHashSet[A]]

Attributes

Inherited from:
IterableFactory
def fill[A](n: Int)(elem: => A): OldHashSet[A]

Attributes

Inherited from:
IterableFactory
def iterate[A](start: A, len: Int)(f: A => A): OldHashSet[A]

Attributes

Inherited from:
IterableFactory
def range[A : Integral](start: A, end: A, step: A): OldHashSet[A]

Attributes

Inherited from:
IterableFactory
def range[A : Integral](start: A, end: A): OldHashSet[A]

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory
def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): OldHashSet[OldHashSet[A]]

Attributes

Inherited from:
IterableFactory
def tabulate[A](n: Int)(f: Int => A): OldHashSet[A]

Attributes

Inherited from:
IterableFactory
def unfold[A, S](init: S)(f: S => Option[(A, S)]): OldHashSet[A]

Attributes

Inherited from:
IterableFactory

Implicits

Inherited implicits

implicit def iterableFactory[A]: Factory[A, OldHashSet[A]]

Attributes

Inherited from:
IterableFactory