class AdjacencyListNodeSet extends CC.GraphLikeNodeSet with CC.AdjacencyListBaseNodeSet
- Alphabetic
- By Inheritance
- AdjacencyListNodeSet
- AdjacencyListBaseNodeSet
- GraphLikeNodeSet
- GraphNodeSet
- NodeSetToString
- SetToString
- NodeSet
- ExtSetMethods
- FilterableSet
- Set
- SetOps
- Shrinkable
- Builder
- Growable
- Clearable
- Cloneable
- Cloneable
- Set
- Equals
- SetOps
- Function1
- Iterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- by iterableOnceExtensionMethods
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AdjacencyListNodeSet()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def &(that: Set[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @inline()
- final def &~(that: Set[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @inline()
- final def ++(that: IterableOnce[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @inline()
- final def ++[B >: CC.NodeT](suffix: IterableOnce[B]): Set[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ++=(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- final def +=(edge: CC.EdgeT): AdjacencyListNodeSet.this.type
- Attributes
- protected[scalax.collection]
- Definition Classes
- AdjacencyListNodeSet → AdjacencyListBaseNodeSet
- Annotations
- @inline()
- final def +=(elem: CC.NodeT): AdjacencyListNodeSet.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- final def -(node: CC.NodeT): CC.NodeSetT
- Definition Classes
- GraphNodeSet → SetOps
- final def --=(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
- Definition Classes
- Shrinkable
- Annotations
- @inline()
- final def -=(edge: CC.EdgeT): AdjacencyListNodeSet.this.type
- Attributes
- protected[scalax.collection]
- Annotations
- @inline()
- final def -=(elem: CC.NodeT): AdjacencyListNodeSet.this.type
- Definition Classes
- Shrinkable
- Annotations
- @inline()
- def ->[B](y: B): (CC.AdjacencyListNodeSet, B)
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toArrowAssoc[CC.AdjacencyListNodeSet] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def add(edge: CC.EdgeT): Boolean
- Attributes
- protected[scalax.collection]
- def add(node: CC.NodeT): Boolean
- Definition Classes
- AdjacencyListNodeSet → SetOps
- Annotations
- @inline()
- def addAll(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
- Definition Classes
- Growable
- final def addOne(node: CC.NodeT): AdjacencyListNodeSet.this.type
- Definition Classes
- AdjacencyListNodeSet → Growable
- Annotations
- @inline()
- final def addString(b: StringBuilder): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
- def adjacencyListsToString: String
- Definition Classes
- NodeSet
- def andThen[A](g: (Boolean) => A): (CC.NodeT) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def apply(elem: CC.NodeT): Boolean
- Definition Classes
- SetOps → Function1
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- Definition Classes
- Set → Equals
- final def className: String
- Attributes
- protected
- Definition Classes
- NodeSetToString → Iterable
- def clear(): Unit
- Definition Classes
- GraphLikeNodeSet → Builder → Clearable
- def clone(): Set[CC.NodeT]
- Definition Classes
- SetOps → Cloneable → AnyRef
- final def coll: AdjacencyListNodeSet.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[CC.NodeT, B]): Set[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[CC.NodeT, B]): Option[B]
- Definition Classes
- IterableOnceOps
- val collection: ExtHashSet[CC.NodeT]
- Attributes
- protected
- Definition Classes
- AdjacencyListBaseNodeSet
- def compose[A](g: (A) => CC.NodeT): (A) => Boolean
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def concat(that: IterableOnce[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- def concat[B >: CC.NodeT](suffix: IterableOnce[B]): Set[B]
- Definition Classes
- IterableOps
- final def contains(node: CC.NodeT): Boolean
- Definition Classes
- AdjacencyListBaseNodeSet → SetOps
- Annotations
- @inline()
- def copy: CC.NodeSetT
- Attributes
- protected
- Definition Classes
- AdjacencyListBaseNodeSet → GraphNodeSet
- def copyToArray[B >: CC.NodeT](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: CC.NodeT](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: CC.NodeT](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: IterableOnce[B])(p: (CC.NodeT, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (CC.NodeT) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def diff(that: AnySet[CC.NodeT]): MSet[CC.NodeT]
- Definition Classes
- GraphLikeNodeSet → NodeSet → SetOps → SetOps
- final def draw(random: Random): CC.NodeT
Returns a random element of the set if it is
nonEmpty
otherwise throwsIllegalArgumentException
.Returns a random element of the set if it is
nonEmpty
otherwise throwsIllegalArgumentException
. Note that currently a near- but no true-uniform distribution is granted to allow for O(1) implementation.- random
a random generator; it is essential that
random
be instantiated by the caller just once for any sequence of calls
- Definition Classes
- AdjacencyListBaseNodeSet → NodeSet → ExtSetMethods
- Annotations
- @inline()
- def drop(n: Int): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): Set[CC.NodeT]
- Definition Classes
- IterableOps
- def dropWhile(p: (CC.NodeT) => Boolean): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def empty: Set[CC.NodeT]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def ensuring(cond: (CC.AdjacencyListNodeSet) => Boolean, msg: => Any): CC.AdjacencyListNodeSet
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toEnsuring[CC.AdjacencyListNodeSet] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (CC.AdjacencyListNodeSet) => Boolean): CC.AdjacencyListNodeSet
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toEnsuring[CC.AdjacencyListNodeSet] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): CC.AdjacencyListNodeSet
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toEnsuring[CC.AdjacencyListNodeSet] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): CC.AdjacencyListNodeSet
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toEnsuring[CC.AdjacencyListNodeSet] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Set → Equals → AnyRef → Any
- def exists(p: (CC.NodeT) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: (CC.NodeT) => Boolean): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterInPlace(p: (CC.NodeT) => Boolean): AdjacencyListNodeSet.this.type
- Definition Classes
- SetOps
- def filterNot(pred: (CC.NodeT) => Boolean): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- final def find(elem: N): Option[CC.NodeT]
Finds the inner node corresponding to
outerNode
.Finds the inner node corresponding to
outerNode
.- returns
the inner node wrapped by
Some
if found, otherwise None.
- Definition Classes
- AdjacencyListBaseNodeSet → NodeSet
- Annotations
- @inline()
- def find(p: (CC.NodeT) => Boolean): Option[CC.NodeT]
- Definition Classes
- IterableOnceOps
- final def findElem[B](toMatch: B, correspond: (CC.NodeT, B) => Boolean): CC.NodeT
Finds an entry in the collection based on
toMatch
'shashCode
and a correspondence function but not on the argument type.Finds an entry in the collection based on
toMatch
'shashCode
and a correspondence function but not on the argument type.- toMatch
a value not necessarily of type
A
; the entry to be searched for must have the samehashCode
and be equal to this argument- correspond
function returning whether a given entry corresponds to
other
- returns
the entry corresponding to
toMatch
or null if not contained
- Definition Classes
- AdjacencyListBaseNodeSet → ExtSetMethods
- Annotations
- @inline()
- def findElem(elem: CC.NodeT): Option[CC.NodeT]
- Definition Classes
- ExtSetMethods
- def flatMap[B](f: (CC.NodeT) => IterableOnce[B]): Set[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (CC.NodeT) => IterableOnce[B]): Set[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: CC.NodeT](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, CC.NodeT) => B): B
- Definition Classes
- IterableOnceOps
- final def foldLeftOuter[B](z: B)(opNode: (B, N) => B): B
Same as
foldLeft
except the second parameter ofopNode
.Same as
foldLeft
except the second parameter ofopNode
.- opNode
binary operator that is passed the cumulated value and an outer node.
- Definition Classes
- NodeSet
- def foldRight[B](z: B)(op: (CC.NodeT, B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: (CC.NodeT) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (CC.NodeT) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: IterableOnce[CC.NodeT]): Set[CC.NodeT]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def get(outer: N): CC.NodeT
Finds the inner node corresponding to
outerNode
.Finds the inner node corresponding to
outerNode
.- returns
the inner node if found, otherwise
NoSuchElementException
is thrown.
- Definition Classes
- AdjacencyListBaseNodeSet → NodeSet
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def groupBy[K](f: (CC.NodeT) => K): Map[K, Set[CC.NodeT]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (CC.NodeT) => K)(f: (CC.NodeT) => B): Map[K, Set[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (CC.NodeT) => K)(f: (CC.NodeT) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[Set[CC.NodeT]]
- Definition Classes
- IterableOps
- def handleNotGentlyRemovable: Boolean
- Attributes
- protected
- Definition Classes
- GraphNodeSet
- def hashCode(): Int
- Definition Classes
- Set → AnyRef → Any
- def head: CC.NodeT
- Definition Classes
- IterableOps
- def headOption: Option[CC.NodeT]
- Definition Classes
- IterableOps
- def init: Set[CC.NodeT]
- Definition Classes
- IterableOps
- def initialize(nodes: Iterable[N], edges: Iterable[E]): Unit
This method is called by the primary constructor.
This method is called by the primary constructor. It must be defined by the trait responsible for the implementation of the graph representation.
- nodes
The isolated (and optionally any other) outer nodes that the node set of this graph is to be populated with.
- edges
The outer edges that the edge set of this graph is to be populated with. Nodes being the end of any of these edges will be added to the node set.
- Attributes
- protected[scalax.collection]
- Definition Classes
- AdjacencyListBaseNodeSet → NodeSet
- def inits: Iterator[Set[CC.NodeT]]
- Definition Classes
- IterableOps
- def intersect(that: Set[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- def isEmpty: Boolean
- Definition Classes
- IterableOnceOps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: IterableFactory[Set]
- Definition Classes
- Set → Set → Iterable → Iterable → IterableOps
- final def iterator: Iterator[CC.NodeT]
- Definition Classes
- AdjacencyListBaseNodeSet → IterableOnce
- Annotations
- @inline()
- def knownSize: Int
- Definition Classes
- SetOps → Growable → IterableOnce
- def last: CC.NodeT
- Definition Classes
- IterableOps
- def lastOption: Option[CC.NodeT]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[CC.NodeT, B, AdjacencyListNodeSet.this.type]
- Definition Classes
- Iterable
- final def lookup(elem: N): CC.NodeT
Finds the inner node corresponding to
outerNode
.Finds the inner node corresponding to
outerNode
.- returns
the inner node if found, otherwise
null
.
- Definition Classes
- AdjacencyListBaseNodeSet → NodeSet
- def map[B](f: (CC.NodeT) => B): Set[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def mapResult[NewTo](f: (Set[CC.NodeT]) => NewTo): scala.collection.mutable.Builder[CC.NodeT, NewTo]
- Definition Classes
- Builder
- def max[B >: CC.NodeT](implicit ord: Ordering[B]): CC.NodeT
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): CC.NodeT
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): Option[CC.NodeT]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: CC.NodeT](implicit ord: Ordering[B]): Option[CC.NodeT]
- Definition Classes
- IterableOnceOps
- def min[B >: CC.NodeT](implicit ord: Ordering[B]): CC.NodeT
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): CC.NodeT
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): Option[CC.NodeT]
- Definition Classes
- IterableOnceOps
- def minOption[B >: CC.NodeT](implicit ord: Ordering[B]): Option[CC.NodeT]
- Definition Classes
- IterableOnceOps
- final def minus(node: CC.NodeT): Unit
removes
node
from this node set leaving the edge set unchanged.removes
node
from this node set leaving the edge set unchanged.- node
the node to be removed from the node set.
- Attributes
- protected
- Definition Classes
- AdjacencyListNodeSet → GraphNodeSet
- final def minusEdges(node: CC.NodeT): Unit
removes all incident edges of
node
from the edge set leaving the node set unchanged.removes all incident edges of
node
from the edge set leaving the node set unchanged.- node
the node the incident edges of which are to be removed from the edge set.
- Attributes
- protected
- Definition Classes
- AdjacencyListNodeSet → GraphLikeNodeSet
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: scala.collection.mutable.Builder[CC.NodeT, Set[CC.NodeT]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def outerIterable: Iterable[N]
Iterable
over thisNodeSet
mapped to outer nodes.Iterable
over thisNodeSet
mapped to outer nodes.- Definition Classes
- NodeSet
- Annotations
- @inline()
- final def outerIterator: Iterator[N]
Iterator over this
NodeSet
mapped to outer nodes.Iterator over this
NodeSet
mapped to outer nodes.- Definition Classes
- NodeSet
- Annotations
- @inline()
- def partition(p: (CC.NodeT) => Boolean): (Set[CC.NodeT], Set[CC.NodeT])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (CC.NodeT) => Either[A1, A2]): (Set[A1], Set[A2])
- Definition Classes
- IterableOps
- def product[B >: CC.NodeT](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def reduce[B >: CC.NodeT](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: CC.NodeT](op: (B, CC.NodeT) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: CC.NodeT](op: (B, CC.NodeT) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: CC.NodeT](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: CC.NodeT](op: (CC.NodeT, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: CC.NodeT](op: (CC.NodeT, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- final def remove(edge: CC.EdgeT): Boolean
- Attributes
- protected[scalax.collection]
- def remove(node: CC.NodeT): Boolean
- Definition Classes
- GraphLikeNodeSet → SetOps
- def render(style: SetStyle, separator: String, withPrefix: Boolean)(implicit ord: Ordering[CC.NodeT]): String
Sorts all nodes according to
ord
, concatenates them usingseparator
, and prefixes and parenthesizes the result ifwithPrefix
istrue
.Sorts all nodes according to
ord
, concatenates them usingseparator
, and prefixes and parenthesizes the result ifwithPrefix
istrue
.- Definition Classes
- SetToString
- def render(style: SetStyle, separator: String = GraphBase.defaultSeparator, prefix: String = className)(implicit ord: Ordering[CC.NodeT]): String
Sorts all nodes according to
ord
, concatenates them usingseparator
, and prefixes and parenthesizes the result unlessprefix
is blank.Sorts all nodes according to
ord
, concatenates them usingseparator
, and prefixes and parenthesizes the result unlessprefix
is blank.- Definition Classes
- SetToString
- def result(): Set[CC.NodeT]
- Definition Classes
- SetOps → Builder
- def reversed: Iterable[CC.NodeT]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def scan[B >: CC.NodeT](z: B)(op: (B, B) => B): Set[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, CC.NodeT) => B): Set[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (CC.NodeT, B) => B): Set[B]
- Definition Classes
- IterableOps
- final def size: Int
- Definition Classes
- AdjacencyListBaseNodeSet → IterableOnceOps
- Annotations
- @inline()
- def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Definition Classes
- IterableOps
- final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
- Definition Classes
- Builder
- def sizeHint(size: Int): Unit
- Definition Classes
- Builder
- final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
- Definition Classes
- Builder
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[Set[CC.NodeT]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[Set[CC.NodeT]]
- Definition Classes
- IterableOps
- def span(p: (CC.NodeT) => Boolean): (Set[CC.NodeT], Set[CC.NodeT])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (Set[CC.NodeT], Set[CC.NodeT])
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[CC.NodeT, S]): S
- Definition Classes
- IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- Set → Iterable
- def subsetOf(that: Set[CC.NodeT]): Boolean
- Definition Classes
- SetOps
- def subsets(): Iterator[Set[CC.NodeT]]
- Definition Classes
- SetOps
- def subsets(len: Int): Iterator[Set[CC.NodeT]]
- Definition Classes
- SetOps
- final def subtract(node: CC.NodeT, rippleDelete: Boolean, minusNode: (CC.NodeT) => Unit, minusEdges: (CC.NodeT) => Unit): Boolean
removes
node
either rippling or gently.removes
node
either rippling or gently.- node
the node to be subtracted
- rippleDelete
if
true
,node
will be deleted with its incident edges; otherwisenode
will be only deleted if it has no incident edges or all its incident edges are hooks.- minusNode
implementation of node removal without considering incident edges.
- minusEdges
implementation of removal of all incident edges.
- returns
true
ifnode
has been removed.
- Attributes
- protected[scalax.collection]
- Definition Classes
- GraphNodeSet
- def subtractAll(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
- Definition Classes
- Shrinkable
- final def subtractOne(node: CC.NodeT): AdjacencyListNodeSet.this.type
- Definition Classes
- AdjacencyListNodeSet → Shrinkable
- Annotations
- @inline()
- def sum[B >: CC.NodeT](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: Set[CC.NodeT]
- Definition Classes
- IterableOps
- def tails: Iterator[Set[CC.NodeT]]
- Definition Classes
- IterableOps
- def take(n: Int): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): Set[CC.NodeT]
- Definition Classes
- IterableOps
- def takeWhile(p: (CC.NodeT) => Boolean): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (CC.NodeT) => U): Set[CC.NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[CC.NodeT, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: CC.NodeT](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: CC.NodeT]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[CC.NodeT]
- Definition Classes
- IterableOnceOps
- def toList: List[CC.NodeT]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[CC.NodeT, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- def toOuter: Set[N]
Converts this node set to a set of outer nodes.
Converts this node set to a set of outer nodes.
- Definition Classes
- NodeSet
- def toSeq: Seq[CC.NodeT]
- Definition Classes
- IterableOnceOps
- def toSet[B >: CC.NodeT]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Set → Function1 → Iterable → AnyRef → Any
- def toVector: Vector[CC.NodeT]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: (CC.NodeT) => Iterable[B]): Set[Set[B]]
- Definition Classes
- IterableOps
- final def union(that: Set[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @inline()
- def unzip[A1, A2](implicit asPair: (CC.NodeT) => (A1, A2)): (Set[A1], Set[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (CC.NodeT) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
- Definition Classes
- IterableOps
- def update(elem: CC.NodeT, included: Boolean): Unit
- Definition Classes
- SetOps
- final def upsert(edge: CC.EdgeT): Boolean
- Attributes
- protected[scalax.collection]
- def view: View[CC.NodeT]
- Definition Classes
- IterableOps
- 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])
- def withFilter(p: (CC.NodeT) => Boolean): WithFilter[CC.NodeT, [_]Set[_]]
- Definition Classes
- IterableOps
- def withSetFilter(p: (CC.NodeT) => Boolean): Set[CC.NodeT] with FilterableSet[CC.NodeT]
- Definition Classes
- FilterableSet
- def zip[B](that: IterableOnce[B]): Set[(CC.NodeT, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: CC.NodeT, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: Set[(CC.NodeT, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
- final def |(that: Set[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @inline()
Shadowed Implicit Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toany2stringadd[CC.AdjacencyListNodeSet] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: any2stringadd[CC.AdjacencyListNodeSet]).+(other)
- Definition Classes
- any2stringadd
Deprecated Value Members
- def +(elem1: CC.NodeT, elem2: CC.NodeT, elems: CC.NodeT*): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs
- def +(elem: CC.NodeT): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Consider requiring an immutable Set or fall back to Set.union
- def ++:[B >: CC.NodeT](that: IterableOnce[B]): Set[B]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
- final def +=(elem1: CC.NodeT, elem2: CC.NodeT, elems: CC.NodeT*): AdjacencyListNodeSet.this.type
- Definition Classes
- Growable
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
++=
akaaddAll
instead of varargs+=
; infix operations with an operand of multiple args will be deprecated
- def -(elem1: CC.NodeT, elem2: CC.NodeT, elems: CC.NodeT*): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use &- with an explicit collection argument instead of - with varargs
- def --(that: IterableOnce[CC.NodeT]): Set[CC.NodeT]
- Definition Classes
- SetOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Consider requiring an immutable Set
- def -=(elem1: CC.NodeT, elem2: CC.NodeT, elems: CC.NodeT*): AdjacencyListNodeSet.this.type
- Definition Classes
- Shrinkable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.3) Use
--=
akasubtractAll
instead of varargs-=
; infix operations with an operand of multiple args will be deprecated
- def /:[B](z: B)(op: (B, CC.NodeT) => B): B
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT])./:(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldLeft instead
- final def /:[B](z: B)(op: (B, CC.NodeT) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- def :\[B](z: B)(op: (CC.NodeT, B) => B): B
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).:\(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldRight instead
- final def :\[B](z: B)(op: (CC.NodeT, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- def aggregate[B](z: => B)(seqop: (B, CC.NodeT) => B, combop: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0)
aggregate
is not relevant for sequential collections. UsefoldLeft(z)(seqop)
instead.
- def collectFirst[B](f: PartialFunction[CC.NodeT, B]): Option[B]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).collectFirst(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.collectFirst(...) instead
- def companion: IterableFactory[[_]Set[_]]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- def copyToBuffer(dest: Buffer[CC.NodeT]): Unit
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).copyToBuffer(dest)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.copyToBuffer(...) instead
- final def copyToBuffer[B >: CC.NodeT](dest: Buffer[B]): Unit
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= coll
instead
- def count(f: (CC.NodeT) => Boolean): Int
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).count(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.count(...) instead
- def exists(f: (CC.NodeT) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).exists(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.exists(...) instead
- def filter(f: (CC.NodeT) => Boolean): Iterator[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).filter(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.filter(...) instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def find(p: (CC.NodeT) => Boolean): Option[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).find(p)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.find instead
- def flatMap[B](f: (CC.NodeT) => IterableOnce[B]): IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).flatMap(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable
- def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).fold(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.fold instead
- def foldLeft[B](z: B)(op: (B, CC.NodeT) => B): B
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).foldLeft(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldLeft instead
- def foldRight[B](z: B)(op: (CC.NodeT, B) => B): B
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).foldRight(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldRight instead
- def forall(f: (CC.NodeT) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).forall(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.forall(...) instead
- def foreach[U](f: (CC.NodeT) => U): Unit
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).foreach(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foreach(...) instead
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toStringFormat[CC.AdjacencyListNodeSet] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def hasDefiniteSize: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
- def isEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).isEmpty
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.isEmpty instead
- def map[B](f: (CC.NodeT) => B): IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).map(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable
- def max(implicit ord: Ordering[CC.NodeT]): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).max(ord)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.max instead
- def maxBy[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).maxBy(f)(cmp)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.maxBy(...) instead
- def min(implicit ord: Ordering[CC.NodeT]): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).min(ord)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.min instead
- def minBy[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).minBy(f)(cmp)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.minBy(...) instead
- def mkString: String
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).mkString
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def mkString(sep: String): String
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).mkString(sep)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def mkString(start: String, sep: String, end: String): String
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).mkString(start, sep, end)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def nonEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).nonEmpty
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.nonEmpty instead
- def product(implicit num: Numeric[CC.NodeT]): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).product(num)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.product instead
- def reduce(f: (CC.NodeT, CC.NodeT) => CC.NodeT): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).reduce(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduce(...) instead
- def reduceLeft(f: (CC.NodeT, CC.NodeT) => CC.NodeT): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).reduceLeft(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceLeft(...) instead
- def reduceLeftOption(f: (CC.NodeT, CC.NodeT) => CC.NodeT): Option[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).reduceLeftOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead
- def reduceOption(f: (CC.NodeT, CC.NodeT) => CC.NodeT): Option[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).reduceOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceOption(...) instead
- def reduceRight(f: (CC.NodeT, CC.NodeT) => CC.NodeT): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).reduceRight(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceRight(...) instead
- def reduceRightOption(f: (CC.NodeT, CC.NodeT) => CC.NodeT): Option[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).reduceRightOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceRightOption(...) instead
- final def repr: Set[CC.NodeT]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside
- final def retain(p: (CC.NodeT) => Boolean): Unit
- Definition Classes
- SetOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use filterInPlace instead
- def sameElements[B >: A](that: IterableOnce[B]): Boolean
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.sameElements instead
- def seq: AdjacencyListNodeSet.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- def size: Int
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).size
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.size instead
- def sum(implicit num: Numeric[CC.NodeT]): CC.NodeT
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).sum(num)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.sum instead
- def to[C1](factory: Factory[CC.NodeT, C1]): C1
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).to(factory)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(factory) instead
- def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toArray(arg0)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.toArray
- def toBuffer[B >: A]: Buffer[B]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toBuffer
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead
- def toIndexedSeq: IndexedSeq[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toIndexedSeq
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.toIndexedSeq instead
- final def toIterable: Iterable[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toIterable
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Iterable) instead
- final def toIterable: AdjacencyListNodeSet.this.type
- Definition Classes
- Iterable → IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to
toList
ortoSeq
, but it doesn't copy non-immutable collections
- def toIterator: Iterator[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toIterator
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead
- final def toIterator: Iterator[CC.NodeT]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- def toList: List[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toList
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(List) instead
- def toMap[K, V](implicit ev: <:<[CC.NodeT, (K, V)]): Map[K, V]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toMap(ev)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(Map) instead
- def toSeq: Seq[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toSeq
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Seq) instead
- def toSet[B >: A]: Set[B]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toSet
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Set) instead
- def toStream: Stream[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toStream
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(LazyList) instead
- final def toStream: Stream[CC.NodeT]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: Traversable[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toTraversable
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Iterable) instead
- final def toTraversable: Traversable[CC.NodeT]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to
toList
ortoSeq
, but it doesn't copy non-immutable collections
- def toVector: Vector[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).toVector
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Vector) instead
- def view(from: Int, until: Int): View[CC.NodeT]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)
- def withFilter(f: (CC.NodeT) => Boolean): Iterator[CC.NodeT]
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toIterableOnceExtensionMethods[CC.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(adjacencyListNodeSet: IterableOnceExtensionMethods[CC.NodeT]).withFilter(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.withFilter(...) instead
- def →[B](y: B): (CC.AdjacencyListNodeSet, B)
- Implicit
- This member is added by an implicit conversion from CC.AdjacencyListNodeSet toArrowAssoc[CC.AdjacencyListNodeSet] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
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
.