Scala Standard Library 2.13.1 - scala.collection.immutable.Set (original) (raw)
object Set extends IterableFactory[Set]
Ordering
- Alphabetic
- By Inheritance
Inherited
Set
IterableFactory
Serializable
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Type Members
- final class Set1[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable
- final class Set2[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable
- final class Set3[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable
- final class Set4[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def apply[A](elems: A*): Set[A]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def concat[A](xss: collection.Iterable[A]*): Set[A]
- def empty[A]: Set[A]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: => A): Set[Set[Set[Set[Set[A]]]]]
- def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: => A): Set[Set[Set[Set[A]]]]
- def fill[A](n1: Int, n2: Int, n3: Int)(elem: => A): Set[Set[Set[A]]]
- def fill[A](n1: Int, n2: Int)(elem: => A): Set[Set[A]]
- def fill[A](n: Int)(elem: => A): Set[A]
- def finalize(): Unit
- def from[E](it: IterableOnce[E]): Set[E]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- implicit def iterableFactory[A]: Factory[A, Set[A]]
- def iterate[A](start: A, len: Int)(f: (A) => A): Set[A]
- final def ne(arg0: AnyRef): Boolean
- def newBuilder[A]: Builder[A, Set[A]]
- final def notify(): Unit
- final def notifyAll(): Unit
- def range[A](start: A, end: A, step: A)(implicit arg0: Integral[A]): Set[A]
- def range[A](start: A, end: A)(implicit arg0: Integral[A]): Set[A]
- final def synchronized[T0](arg0: => T0): T0
- def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): Set[Set[Set[Set[Set[A]]]]]
- def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): Set[Set[Set[Set[A]]]]
- def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) => A): Set[Set[Set[A]]]
- def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): Set[Set[A]]
- def tabulate[A](n: Int)(f: (Int) => A): Set[A]
- def toString(): String
- def unfold[A, S](init: S)(f: (S) => Option[(A, S)]): Set[A]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit