ExtHashSet

scala.collection.mutable.ExtHashSet
See theExtHashSet companion class

$factoryInfo

Attributes

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

Members list

Value members

Concrete methods

The default initial capacity for the hash table

The default initial capacity for the hash table

Attributes

The default load factor for the hash table

The default load factor for the hash table

Attributes

def empty[A]: ExtHashSet[A]
def from[B](it: IterableOnce[B]): ExtHashSet[B]
def newBuilder[A]: Builder[A, ExtHashSet[A]]
def newBuilder[A](initialCapacity: Int, loadFactor: Double): Builder[A, ExtHashSet[A]]

Inherited methods

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

Attributes

Inherited from:
IterableFactory
def concat[A](xss: Iterable[A]*): ExtHashSet[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): ExtHashSet[ExtHashSet[A]]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
IterableFactory
def range[A : Integral](start: A, end: A): ExtHashSet[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): ExtHashSet[ExtHashSet[A]]

Attributes

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

Attributes

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

Attributes

Inherited from:
IterableFactory

Implicits

Inherited implicits

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

Attributes

Inherited from:
IterableFactory