object SimpleArraySet extends IterableFactory[SimpleArraySet]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleArraySet
- IterableFactory
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class CheckingBuilder[A] extends GrowableBuilder[A, SimpleArraySet[A]]
Default
ArraySet
builder preventing duplicates.Default
ArraySet
builder preventing duplicates. The hints passed are propagated such thatinitial size == from.size
.- Attributes
- protected
- class NonCheckingBuilder[A, B] extends GrowableBuilder[B, SimpleArraySet[B]]
An
ArraySet
builder without duplicate checking.An
ArraySet
builder without duplicate checking.- Attributes
- protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A](elems: A*): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def concat[A](xss: Iterable[A]*): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- def empty[A]: SimpleArraySet[A]
Returns an empty set with default hints.
Returns an empty set with default hints.
- Definition Classes
- SimpleArraySet → IterableFactory
- def emptyWithHints[A](implicit hints: Hints): SimpleArraySet[A]
Returns an empty set with custom hints.
- def emptyWithPropagatedHints[A, B](arraySet: ArraySet[A]): SimpleArraySet[B]
Returns an empty set with hints propagated from
arraySet
. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: => A): SimpleArraySet[SimpleArraySet[SimpleArraySet[SimpleArraySet[SimpleArraySet[A]]]]]
- Definition Classes
- IterableFactory
- def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: => A): SimpleArraySet[SimpleArraySet[SimpleArraySet[SimpleArraySet[A]]]]
- Definition Classes
- IterableFactory
- def fill[A](n1: Int, n2: Int, n3: Int)(elem: => A): SimpleArraySet[SimpleArraySet[SimpleArraySet[A]]]
- Definition Classes
- IterableFactory
- def fill[A](n1: Int, n2: Int)(elem: => A): SimpleArraySet[SimpleArraySet[A]]
- Definition Classes
- IterableFactory
- def fill[A](n: Int)(elem: => A): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- def from[A](source: IterableOnce[A]): SimpleArraySet[A]
- Definition Classes
- SimpleArraySet → IterableFactory
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def iterableFactory[A]: Factory[A, SimpleArraySet[A]]
- Definition Classes
- IterableFactory
- def iterate[A](start: A, len: Int)(f: (A) => A): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder[A]: GrowableBuilder[A, SimpleArraySet[A]]
- Definition Classes
- SimpleArraySet → IterableFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def range[A](start: A, end: A, step: A)(implicit arg0: Integral[A]): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- def range[A](start: A, end: A)(implicit arg0: Integral[A]): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): SimpleArraySet[SimpleArraySet[SimpleArraySet[SimpleArraySet[SimpleArraySet[A]]]]]
- Definition Classes
- IterableFactory
- def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): SimpleArraySet[SimpleArraySet[SimpleArraySet[SimpleArraySet[A]]]]
- Definition Classes
- IterableFactory
- def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) => A): SimpleArraySet[SimpleArraySet[SimpleArraySet[A]]]
- Definition Classes
- IterableFactory
- def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): SimpleArraySet[SimpleArraySet[A]]
- Definition Classes
- IterableFactory
- def tabulate[A](n: Int)(f: (Int) => A): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unfold[A, S](init: S)(f: (S) => Option[(A, S)]): SimpleArraySet[A]
- Definition Classes
- IterableFactory
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Welcome to the Graph for Scala API reference. Some suggested entry points:
AnyGraph
immutable.Graph
and its inner nodesmutable.Graph
and its inner nodes.edges
package and its subpackageshyperedges
package and its subpackages.labeled edges
packagemultilabeled edges
packagelabeled hyperedges
packagemultilabeled hyperedges
packageordered labeled hyperedges
packageordered multilabeled hyperedges
objectgeneric
package.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.