OldHashSet

@SerialVersionUID(3L) object OldHashSet extends IterableFactory[[A] =>> OldHashSet[A]]

$factoryInfo

$factoryInfo

Companion
class
trait IterableFactory[[A] =>> OldHashSet[A]]
trait Serializable
class Object
trait Matchable
class Any

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]
Inherited from
IterableFactory
def concat[A](xss: Iterable[A]*): OldHashSet[A]
Inherited from
IterableFactory
def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: => A): OldHashSet[OldHashSet[OldHashSet[OldHashSet[OldHashSet[A]]]]]
Inherited from
IterableFactory
def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: => A): OldHashSet[OldHashSet[OldHashSet[OldHashSet[A]]]]
Inherited from
IterableFactory
def fill[A](n1: Int, n2: Int, n3: Int)(elem: => A): OldHashSet[OldHashSet[OldHashSet[A]]]
Inherited from
IterableFactory
def fill[A](n1: Int, n2: Int)(elem: => A): OldHashSet[OldHashSet[A]]
Inherited from
IterableFactory
def fill[A](n: Int)(elem: => A): OldHashSet[A]
Inherited from
IterableFactory
def iterate[A](start: A, len: Int)(f: A => A): OldHashSet[A]
Inherited from
IterableFactory
def range[A](start: A, end: A, step: A)(Integral[A]): OldHashSet[A]
Inherited from
IterableFactory
def range[A](start: A, end: A)(Integral[A]): OldHashSet[A]
Inherited from
IterableFactory
def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): OldHashSet[OldHashSet[OldHashSet[OldHashSet[OldHashSet[A]]]]]
Inherited from
IterableFactory
def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): OldHashSet[OldHashSet[OldHashSet[OldHashSet[A]]]]
Inherited from
IterableFactory
def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) => A): OldHashSet[OldHashSet[OldHashSet[A]]]
Inherited from
IterableFactory
def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): OldHashSet[OldHashSet[A]]
Inherited from
IterableFactory
def tabulate[A](n: Int)(f: Int => A): OldHashSet[A]
Inherited from
IterableFactory
def unfold[A, S](init: S)(f: S => Option[(A, S)]): OldHashSet[A]
Inherited from
IterableFactory

Implicits

Inherited implicits

implicit def iterableFactory[A]: Factory[A, OldHashSet[A]]
Inherited from
IterableFactory