SimpleArraySet

scalax.collection.mutable.SimpleArraySet
See theSimpleArraySet companion class

Attributes

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

Members list

Value members

Concrete methods

override def empty[A]: SimpleArraySet[A]

Returns an empty set with default hints.

Returns an empty set with default hints.

Attributes

Definition Classes
def emptyWithHints[A](implicit hints: Hints): SimpleArraySet[A]

Returns an empty set with custom hints.

Returns an empty set with custom hints.

Attributes

def emptyWithPropagatedHints[A, B](arraySet: ArraySet[A]): SimpleArraySet[B]

Returns an empty set with hints propagated from arraySet.

Returns an empty set with hints propagated from arraySet.

Attributes

override def from[A](source: IterableOnce[A]): SimpleArraySet[A]

Attributes

Definition Classes
override def newBuilder[A]: GrowableBuilder[A, SimpleArraySet[A]]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

Inherited from:
IterableFactory

Attributes

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

Attributes

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

Attributes

Inherited from:
IterableFactory

Implicits

Inherited implicits

Attributes

Inherited from:
IterableFactory