Packages

trait NodeSet extends (AdjacencyListBase.this)#NodeSet

Linear Supertypes
(AdjacencyListBase.this)#NodeSet, (AdjacencyListBase.this)#NodeSet, ExtSetMethods[(AdjacencyListBase.this)#NodeT], FilterableSet[(AdjacencyListBase.this)#NodeT], Set[(AdjacencyListBase.this)#NodeT], Equals, SetOps[(AdjacencyListBase.this)#NodeT, Set, Set[(AdjacencyListBase.this)#NodeT]], ((AdjacencyListBase.this)#NodeT) => Boolean, Iterable[(AdjacencyListBase.this)#NodeT], IterableFactoryDefaults[(AdjacencyListBase.this)#NodeT, [x]Set[x]], IterableOps[(AdjacencyListBase.this)#NodeT, [_]Set[_], Set[(AdjacencyListBase.this)#NodeT]], IterableOnceOps[(AdjacencyListBase.this)#NodeT, [_]Set[_], Set[(AdjacencyListBase.this)#NodeT]], scala.collection.IterableOnce[(AdjacencyListBase.this)#NodeT], AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeSet
  2. NodeSet
  3. NodeSet
  4. ExtSetMethods
  5. FilterableSet
  6. Set
  7. Equals
  8. SetOps
  9. Function1
  10. Iterable
  11. IterableFactoryDefaults
  12. IterableOps
  13. IterableOnceOps
  14. IterableOnce
  15. AnyRef
  16. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by EdgeAssoc
  3. by predicateToNodePredicate
  4. by TraversableEnrichments
  5. by anyToNode
  6. by ChainingOps
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def +=(edge: (AdjacencyListBase.this)#EdgeT): NodeSet.this.type
    Attributes
    protected[scalax.collection]
  2. abstract def minus(node: (AdjacencyListBase.this)#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
    NodeSet

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def &(that: Set[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  4. final def &~(that: Set[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  5. final def ++(that: scala.collection.IterableOnce[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  6. final def ++[B >: (AdjacencyListBase.this)#NodeT](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  7. final def -(node: (AdjacencyListBase.this)#NodeT): (AdjacencyListBase.this)#NodeSetT
    Definition Classes
    NodeSet → SetOps
  8. def ->[B](y: B): ((AdjacencyListBase.this)#NodeSet, B)
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toArrowAssoc[(AdjacencyListBase.this)#NodeSet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  12. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  13. def adjacencyListsToString: String
    Definition Classes
    NodeSet
  14. def andThen[A](g: (Boolean) => A): ((AdjacencyListBase.this)#NodeT) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. final def apply(elem: (AdjacencyListBase.this)#NodeT): Boolean
    Definition Classes
    SetOps → Function1
    Annotations
    @inline()
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def asSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (AdjacencyListBase.this)#NodeOrdering = defaultNodeOrdering): String

    Sorts all nodes according to ord and concatenates them using separator.

    Sorts all nodes according to ord and concatenates them using separator.

    separator

    to separate nodes by.

    ord

    custom ordering.

    returns

    sorted and concatenated string representation of this node set.

    Definition Classes
    NodeSet
  18. def canEqual(that: Any): Boolean
    Definition Classes
    Set → Equals
  19. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  21. final def coll: NodeSet.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  22. def collect[B](pf: PartialFunction[(AdjacencyListBase.this)#NodeT, B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  23. def collectFirst[B](pf: PartialFunction[(AdjacencyListBase.this)#NodeT, B]): Option[B]
    Definition Classes
    IterableOnceOps
  24. val collection: ExtHashSet[(AdjacencyListBase.this)#NodeT]
    Attributes
    protected
  25. def compose[A](g: (A) => (AdjacencyListBase.this)#NodeT): (A) => Boolean
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  26. def concat(that: scala.collection.IterableOnce[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
  27. def concat[B >: (AdjacencyListBase.this)#NodeT](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
  28. final def contains(node: (AdjacencyListBase.this)#NodeT): Boolean
    Definition Classes
    NodeSet → SetOps
    Annotations
    @inline()
  29. def copy: (AdjacencyListBase.this)#NodeSetT
    Attributes
    protected
    Definition Classes
    NodeSetNodeSet
  30. def copyToArray[B >: (AdjacencyListBase.this)#NodeT](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  31. def copyToArray[B >: (AdjacencyListBase.this)#NodeT](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  32. def copyToArray[B >: (AdjacencyListBase.this)#NodeT](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  33. def corresponds[B](that: scala.collection.IterableOnce[B])(p: ((AdjacencyListBase.this)#NodeT, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  34. def count(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Int
    Definition Classes
    IterableOnceOps
  35. def diff(that: AnySet[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    NodeSet → SetOps
  36. final def draw(random: Random): (AdjacencyListBase.this)#NodeT

    Returns a random element of the set if it is nonEmpty otherwise throws IllegalArgumentException.

    Returns a random element of the set if it is nonEmpty otherwise throws IllegalArgumentException. 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
    NodeSetNodeSetExtSetMethods
    Annotations
    @inline()
  37. def drop(n: Int): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  38. def dropRight(n: Int): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
  39. def dropWhile(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  40. def empty: Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  41. def ensuring(cond: ((AdjacencyListBase.this)#NodeSet) => Boolean, msg: => Any): (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toEnsuring[(AdjacencyListBase.this)#NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: ((AdjacencyListBase.this)#NodeSet) => Boolean): (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toEnsuring[(AdjacencyListBase.this)#NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: Boolean, msg: => Any): (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toEnsuring[(AdjacencyListBase.this)#NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. def ensuring(cond: Boolean): (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toEnsuring[(AdjacencyListBase.this)#NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def equals(that: Any): Boolean
    Definition Classes
    Set → Equals → AnyRef → Any
  47. def exists(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  48. def filter(pred: ((AdjacencyListBase.this)#NodeT) => Boolean): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  49. def filterNot(pred: ((AdjacencyListBase.this)#NodeT) => Boolean): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  50. final def find(elem: N): Option[(AdjacencyListBase.this)#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
    NodeSetNodeSet
    Annotations
    @inline()
  51. def find(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  52. final def findElem[B](toMatch: B, correspond: ((AdjacencyListBase.this)#NodeT, B) => Boolean): (AdjacencyListBase.this)#NodeT

    Finds an entry in the collection based on toMatch's hashCode and a correspondence function but not on the argument type.

    Finds an entry in the collection based on toMatch's hashCode 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 same hashCode 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
    NodeSetExtSetMethods
    Annotations
    @inline()
  53. def findElem(elem: (AdjacencyListBase.this)#NodeT): Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    ExtSetMethods
  54. def flatMap[B](f: ((AdjacencyListBase.this)#NodeT) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  55. def flatten[B](implicit asIterable: ((AdjacencyListBase.this)#NodeT) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  56. def fold[A1 >: (AdjacencyListBase.this)#NodeT](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  57. def foldLeft[B](z: B)(op: (B, (AdjacencyListBase.this)#NodeT) => B): B
    Definition Classes
    IterableOnceOps
  58. def foldRight[B](z: B)(op: ((AdjacencyListBase.this)#NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
  59. def forall(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  60. def foreach[U](f: ((AdjacencyListBase.this)#NodeT) => U): Unit
    Definition Classes
    IterableOnceOps
  61. def fromSpecific(coll: scala.collection.IterableOnce[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  62. final def get(outer: N): (AdjacencyListBase.this)#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
    NodeSetNodeSet
  63. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  64. def groupBy[K](f: ((AdjacencyListBase.this)#NodeT) => K): Map[K, Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    IterableOps
  65. def groupMap[K, B](key: ((AdjacencyListBase.this)#NodeT) => K)(f: ((AdjacencyListBase.this)#NodeT) => B): Map[K, Set[B]]
    Definition Classes
    IterableOps
  66. def groupMapReduce[K, B](key: ((AdjacencyListBase.this)#NodeT) => K)(f: ((AdjacencyListBase.this)#NodeT) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  67. def grouped(size: Int): Iterator[Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    IterableOps
  68. def handleNotGentlyRemovable: Boolean
    Attributes
    protected
    Definition Classes
    NodeSet
  69. def hashCode(): Int
    Definition Classes
    Set → AnyRef → Any
  70. def head: (AdjacencyListBase.this)#NodeT
    Definition Classes
    IterableOps
  71. def headOption: Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
  72. def init: Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
  73. def initialize(nodes: Iterable[N], edges: Iterable[E[N]]): 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
    NodeSetNodeSet
  74. def inits: Iterator[Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    IterableOps
  75. def intersect(that: Set[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
  76. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  77. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  78. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  79. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  80. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  81. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  82. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  83. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  84. def iterableFactory: IterableFactory[Set]
    Definition Classes
    Set → Iterable → IterableOps
  85. final def iterator: Iterator[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    NodeSet → IterableOnce
    Annotations
    @inline()
  86. def knownSize: Int
    Definition Classes
    IterableOnce
  87. def last: (AdjacencyListBase.this)#NodeT
    Definition Classes
    IterableOps
  88. def lastOption: Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
  89. def lazyZip[B](that: Iterable[B]): LazyZip2[(AdjacencyListBase.this)#NodeT, B, NodeSet.this.type]
    Definition Classes
    Iterable
  90. final def lookup(elem: N): (AdjacencyListBase.this)#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
    NodeSetNodeSet
  91. def map[B](f: ((AdjacencyListBase.this)#NodeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  92. def max[B >: (AdjacencyListBase.this)#NodeT](implicit ord: Ordering[B]): (AdjacencyListBase.this)#NodeT
    Definition Classes
    IterableOnceOps
  93. def maxBy[B](f: ((AdjacencyListBase.this)#NodeT) => B)(implicit cmp: Ordering[B]): (AdjacencyListBase.this)#NodeT
    Definition Classes
    IterableOnceOps
  94. def maxByOption[B](f: ((AdjacencyListBase.this)#NodeT) => B)(implicit cmp: Ordering[B]): Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  95. def maxOption[B >: (AdjacencyListBase.this)#NodeT](implicit ord: Ordering[B]): Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  96. def min[B >: (AdjacencyListBase.this)#NodeT](implicit ord: Ordering[B]): (AdjacencyListBase.this)#NodeT
    Definition Classes
    IterableOnceOps
  97. def minBy[B](f: ((AdjacencyListBase.this)#NodeT) => B)(implicit cmp: Ordering[B]): (AdjacencyListBase.this)#NodeT
    Definition Classes
    IterableOnceOps
  98. def minByOption[B](f: ((AdjacencyListBase.this)#NodeT) => B)(implicit cmp: Ordering[B]): Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  99. def minOption[B >: (AdjacencyListBase.this)#NodeT](implicit ord: Ordering[B]): Option[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  100. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  101. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  102. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  103. val n1: (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toEdgeAssoc[(AdjacencyListBase.this)#NodeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  104. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  105. def newSpecificBuilder: Builder[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  106. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  107. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  108. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  109. def partition(p: ((AdjacencyListBase.this)#NodeT) => Boolean): (Set[(AdjacencyListBase.this)#NodeT], Set[(AdjacencyListBase.this)#NodeT])
    Definition Classes
    IterableOps
  110. def partitionMap[A1, A2](f: ((AdjacencyListBase.this)#NodeT) => Either[A1, A2]): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  111. def pipe[B](f: ((AdjacencyListBase.this)#NodeSet) => B): B
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toChainingOps[(AdjacencyListBase.this)#NodeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  112. def product[B >: (AdjacencyListBase.this)#NodeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  113. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  114. def reduce[B >: (AdjacencyListBase.this)#NodeT](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  115. def reduceLeft[B >: (AdjacencyListBase.this)#NodeT](op: (B, (AdjacencyListBase.this)#NodeT) => B): B
    Definition Classes
    IterableOnceOps
  116. def reduceLeftOption[B >: (AdjacencyListBase.this)#NodeT](op: (B, (AdjacencyListBase.this)#NodeT) => B): Option[B]
    Definition Classes
    IterableOnceOps
  117. def reduceOption[B >: (AdjacencyListBase.this)#NodeT](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  118. def reduceRight[B >: (AdjacencyListBase.this)#NodeT](op: ((AdjacencyListBase.this)#NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
  119. def reduceRightOption[B >: (AdjacencyListBase.this)#NodeT](op: ((AdjacencyListBase.this)#NodeT, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  120. def reversed: Iterable[(AdjacencyListBase.this)#NodeT]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  121. def scan[B >: (AdjacencyListBase.this)#NodeT](z: B)(op: (B, B) => B): Set[B]
    Definition Classes
    IterableOps
  122. def scanLeft[B](z: B)(op: (B, (AdjacencyListBase.this)#NodeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  123. def scanRight[B](z: B)(op: ((AdjacencyListBase.this)#NodeT, B) => B): Set[B]
    Definition Classes
    IterableOps
  124. val self: (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toChainingOps[(AdjacencyListBase.this)#NodeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  125. final def size: Int
    Definition Classes
    NodeSet → IterableOnceOps
    Annotations
    @inline()
  126. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  127. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  128. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  129. def slice(from: Int, until: Int): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  130. def sliding(size: Int, step: Int): Iterator[Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    IterableOps
  131. def sliding(size: Int): Iterator[Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    IterableOps
  132. def span(p: ((AdjacencyListBase.this)#NodeT) => Boolean): (Set[(AdjacencyListBase.this)#NodeT], Set[(AdjacencyListBase.this)#NodeT])
    Definition Classes
    IterableOps → IterableOnceOps
  133. def splitAt(n: Int): (Set[(AdjacencyListBase.this)#NodeT], Set[(AdjacencyListBase.this)#NodeT])
    Definition Classes
    IterableOps → IterableOnceOps
  134. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(AdjacencyListBase.this)#NodeT, S]): S
    Definition Classes
    IterableOnce
  135. def stringPrefix: String
    Definition Classes
    NodeSet → Set → Iterable
  136. def subsetOf(that: Set[(AdjacencyListBase.this)#NodeT]): Boolean
    Definition Classes
    SetOps
  137. def subsets(): Iterator[Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    SetOps
  138. def subsets(len: Int): Iterator[Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    SetOps
  139. final def subtract(node: (AdjacencyListBase.this)#NodeT, rippleDelete: Boolean, minusNode: ((AdjacencyListBase.this)#NodeT) => Unit, minusEdges: ((AdjacencyListBase.this)#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; otherwise node 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 if node has been removed.

    Attributes
    protected[scalax.collection]
    Definition Classes
    NodeSet
  140. def sum[B >: (AdjacencyListBase.this)#NodeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  141. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  142. val t: Set[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toTraversableEnrichments[(AdjacencyListBase.this)#NodeT, Set] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  143. def tail: Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
  144. def tails: Iterator[Set[(AdjacencyListBase.this)#NodeT]]
    Definition Classes
    IterableOps
  145. def take(n: Int): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  146. def takeRight(n: Int): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
  147. def takeWhile(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  148. def tap[U](f: ((AdjacencyListBase.this)#NodeSet) => U): (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toChainingOps[(AdjacencyListBase.this)#NodeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  149. def tapEach[U](f: ((AdjacencyListBase.this)#NodeT) => U): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  150. def to[C1](factory: Factory[(AdjacencyListBase.this)#NodeT, C1]): C1
    Definition Classes
    IterableOnceOps
  151. def toArray[B >: (AdjacencyListBase.this)#NodeT](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  152. final def toBuffer[B >: (AdjacencyListBase.this)#NodeT]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  153. def toIndexedSeq: IndexedSeq[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  154. def toList: List[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  155. def toMap[K, V](implicit ev: <:<[(AdjacencyListBase.this)#NodeT, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  156. 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
  157. def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[(AdjacencyListBase.this)#NodeT, E]]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toTraversableEnrichments[(AdjacencyListBase.this)#NodeT, Set] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  158. def toSeq: Seq[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  159. def toSet[B >: (AdjacencyListBase.this)#NodeT]: Set[B]
    Definition Classes
    IterableOnceOps
  160. def toSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (AdjacencyListBase.this)#NodeOrdering = defaultNodeOrdering): String

    Sorts all nodes according to ord, concatenates them using separator and prefixes and parenthesizes the result with stringPrefix.

    Sorts all nodes according to ord, concatenates them using separator and prefixes and parenthesizes the result with stringPrefix.

    separator

    to separate nodes by.

    ord

    custom ordering.

    returns

    sorted, concatenated and prefixed string representation of this node set.

    Definition Classes
    NodeSet
  161. def toString(): String
    Definition Classes
    Set → Function1 → Iterable → AnyRef → Any
  162. def toVector: Vector[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
  163. def transpose[B](implicit asIterable: ((AdjacencyListBase.this)#NodeT) => Iterable[B]): Set[Set[B]]
    Definition Classes
    IterableOps
  164. final def union(that: Set[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  165. def unzip[A1, A2](implicit asPair: ((AdjacencyListBase.this)#NodeT) => (A1, A2)): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  166. def unzip3[A1, A2, A3](implicit asTriple: ((AdjacencyListBase.this)#NodeT) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
    Definition Classes
    IterableOps
  167. val value: (AdjacencyListBase.this)#NodeSet
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  168. def view: View[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
  169. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  170. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  171. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  172. def withFilter(p: ((AdjacencyListBase.this)#NodeT) => Boolean): WithFilter[(AdjacencyListBase.this)#NodeT, [_]Set[_]]
    Definition Classes
    IterableOps
  173. def withSetFilter(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Set[(AdjacencyListBase.this)#NodeT] with FilterableSet[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    FilterableSet
  174. def zip[B](that: scala.collection.IterableOnce[B]): Set[((AdjacencyListBase.this)#NodeT, B)]
    Definition Classes
    IterableOps
  175. def zipAll[A1 >: (AdjacencyListBase.this)#NodeT, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
    Definition Classes
    IterableOps
  176. def zipWithIndex: Set[((AdjacencyListBase.this)#NodeT, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  177. final def |(that: Set[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  178. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toEdgeAssoc[(AdjacencyListBase.this)#NodeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  179. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toEdgeAssoc[(AdjacencyListBase.this)#NodeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toany2stringadd[(AdjacencyListBase.this)#NodeSet] 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:
    (nodeSet: any2stringadd[(AdjacencyListBase.this)#NodeSet]).+(other)
    Definition Classes
    any2stringadd
  2. def andThen[A](g: (Boolean) => A): (Param[(AdjacencyListBase.this)#NodeT, EI]) => A
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to(Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef.
    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:
    (nodeSet: (Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def apply(v1: Param[(AdjacencyListBase.this)#NodeT, EI]): Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to(Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef.
    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:
    (nodeSet: (Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean).apply(v1)
    Definition Classes
    Function1
  4. def compose[A](g: (A) => Param[(AdjacencyListBase.this)#NodeT, EI]): (A) => Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to(Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef.
    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:
    (nodeSet: (Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (nodeSet: OuterNode[(AdjacencyListBase.this)#NodeSet]).stringPrefix
    Definition Classes
    NodeParam
  6. def toString(): String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to(Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef.
    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:
    (nodeSet: (Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean).toString()
    Definition Classes
    Function1 → AnyRef → Any
  7. def toString(): String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toOuterNode[(AdjacencyListBase.this)#NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (nodeSet: OuterNode[(AdjacencyListBase.this)#NodeSet]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def +(elem1: (AdjacencyListBase.this)#NodeT, elem2: (AdjacencyListBase.this)#NodeT, elems: (AdjacencyListBase.this)#NodeT*): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs

  2. def +(elem: (AdjacencyListBase.this)#NodeT): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Set or fall back to Set.union

  3. def ++:[B >: (AdjacencyListBase.this)#NodeT](that: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  4. def -(elem1: (AdjacencyListBase.this)#NodeT, elem2: (AdjacencyListBase.this)#NodeT, elems: (AdjacencyListBase.this)#NodeT*): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use &- with an explicit collection argument instead of - with varargs

  5. def --(that: scala.collection.IterableOnce[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Set

  6. def /:[B](z: B)(op: (B, (AdjacencyListBase.this)#NodeT) => B): B
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  7. final def /:[B](z: B)(op: (B, (AdjacencyListBase.this)#NodeT) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  8. def :\[B](z: B)(op: ((AdjacencyListBase.this)#NodeT, B) => B): B
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  9. final def :\[B](z: B)(op: ((AdjacencyListBase.this)#NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  10. def aggregate[B](z: => B)(seqop: (B, (AdjacencyListBase.this)#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. Use foldLeft(z)(seqop) instead.

  11. def collectFirst[B](f: PartialFunction[(AdjacencyListBase.this)#NodeT, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  12. def companion: IterableFactory[[_]Set[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  13. def copyToBuffer(dest: Buffer[(AdjacencyListBase.this)#NodeT]): Unit
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  14. final def copyToBuffer[B >: (AdjacencyListBase.this)#NodeT](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  15. def count(f: ((AdjacencyListBase.this)#NodeT) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  16. def exists(f: ((AdjacencyListBase.this)#NodeT) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  17. def filter(f: ((AdjacencyListBase.this)#NodeT) => Boolean): Iterator[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  19. def find(p: ((AdjacencyListBase.this)#NodeT) => Boolean): Option[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  20. def flatMap[B](f: ((AdjacencyListBase.this)#NodeT) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  21. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  22. def foldLeft[B](z: B)(op: (B, (AdjacencyListBase.this)#NodeT) => B): B
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  23. def foldRight[B](z: B)(op: ((AdjacencyListBase.this)#NodeT, B) => B): B
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  24. def forall(f: ((AdjacencyListBase.this)#NodeT) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  25. def foreach[U](f: ((AdjacencyListBase.this)#NodeT) => U): Unit
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toStringFormat[(AdjacencyListBase.this)#NodeSet] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  27. 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)

  28. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  29. def map[B](f: ((AdjacencyListBase.this)#NodeT) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  30. def max(implicit ord: Ordering[(AdjacencyListBase.this)#NodeT]): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  31. def maxBy[B](f: ((AdjacencyListBase.this)#NodeT) => B)(implicit cmp: Ordering[B]): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  32. def min(implicit ord: Ordering[(AdjacencyListBase.this)#NodeT]): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  33. def minBy[B](f: ((AdjacencyListBase.this)#NodeT) => B)(implicit cmp: Ordering[B]): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  34. def mkString: String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  35. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  36. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  37. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  38. def product(implicit num: Numeric[(AdjacencyListBase.this)#NodeT]): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  39. def reduce(f: ((AdjacencyListBase.this)#NodeT, (AdjacencyListBase.this)#NodeT) => (AdjacencyListBase.this)#NodeT): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  40. def reduceLeft(f: ((AdjacencyListBase.this)#NodeT, (AdjacencyListBase.this)#NodeT) => (AdjacencyListBase.this)#NodeT): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  41. def reduceLeftOption(f: ((AdjacencyListBase.this)#NodeT, (AdjacencyListBase.this)#NodeT) => (AdjacencyListBase.this)#NodeT): Option[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  42. def reduceOption(f: ((AdjacencyListBase.this)#NodeT, (AdjacencyListBase.this)#NodeT) => (AdjacencyListBase.this)#NodeT): Option[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  43. def reduceRight(f: ((AdjacencyListBase.this)#NodeT, (AdjacencyListBase.this)#NodeT) => (AdjacencyListBase.this)#NodeT): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  44. def reduceRightOption(f: ((AdjacencyListBase.this)#NodeT, (AdjacencyListBase.this)#NodeT) => (AdjacencyListBase.this)#NodeT): Option[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  45. final def repr: Set[(AdjacencyListBase.this)#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

  46. def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  47. def seq: NodeSet.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  48. def size: Int
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  49. def sum(implicit num: Numeric[(AdjacencyListBase.this)#NodeT]): (AdjacencyListBase.this)#NodeT
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  50. def to[C1](factory: Factory[(AdjacencyListBase.this)#NodeT, C1]): C1
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  51. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  52. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  53. def toIndexedSeq: IndexedSeq[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  54. final def toIterable: Iterable[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  55. final def toIterable: NodeSet.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 or toSeq, but it doesn't copy non-immutable collections

  56. def toIterator: Iterator[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  57. final def toIterator: Iterator[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  58. def toList: List[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  59. def toMap[K, V](implicit ev: <:<[(AdjacencyListBase.this)#NodeT, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  60. def toNodeInSet: Set[N]
    Definition Classes
    NodeSet
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use toOuter instead

  61. def toSeq: Seq[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  62. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  63. def toStream: Stream[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  64. final def toStream: Stream[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  65. final def toTraversable: Traversable[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  66. final def toTraversable: Traversable[(AdjacencyListBase.this)#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 or toSeq, but it doesn't copy non-immutable collections

  67. def toVector: Vector[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  68. def view(from: Int, until: Int): View[(AdjacencyListBase.this)#NodeT]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  69. def withFilter(f: ((AdjacencyListBase.this)#NodeT) => Boolean): Iterator[(AdjacencyListBase.this)#NodeT]
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toIterableOnceExtensionMethods[(AdjacencyListBase.this)#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:
    (nodeSet: IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  70. def [B](y: B): ((AdjacencyListBase.this)#NodeSet, B)
    Implicit
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet toArrowAssoc[(AdjacencyListBase.this)#NodeSet] 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.

Inherited from (AdjacencyListBase.this)#NodeSet

Inherited from (AdjacencyListBase.this)#NodeSet

Inherited from ExtSetMethods[(AdjacencyListBase.this)#NodeT]

Inherited from FilterableSet[(AdjacencyListBase.this)#NodeT]

Inherited from Set[(AdjacencyListBase.this)#NodeT]

Inherited from Equals

Inherited from SetOps[(AdjacencyListBase.this)#NodeT, Set, Set[(AdjacencyListBase.this)#NodeT]]

Inherited from ((AdjacencyListBase.this)#NodeT) => Boolean

Inherited from Iterable[(AdjacencyListBase.this)#NodeT]

Inherited from IterableFactoryDefaults[(AdjacencyListBase.this)#NodeT, [x]Set[x]]

Inherited from IterableOps[(AdjacencyListBase.this)#NodeT, [_]Set[_], Set[(AdjacencyListBase.this)#NodeT]]

Inherited from IterableOnceOps[(AdjacencyListBase.this)#NodeT, [_]Set[_], Set[(AdjacencyListBase.this)#NodeT]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods from(AdjacencyListBase.this)#NodeSet to IterableOnceExtensionMethods[(AdjacencyListBase.this)#NodeT]

Inherited by implicit conversion EdgeAssoc from(AdjacencyListBase.this)#NodeSet to EdgeAssoc[(AdjacencyListBase.this)#NodeSet]

Inherited by implicit conversion predicateToNodePredicate from(AdjacencyListBase.this)#NodeSet to (Param[(AdjacencyListBase.this)#NodeT, EI]) => Boolean

Inherited by implicit conversion TraversableEnrichments from(AdjacencyListBase.this)#NodeSet to TraversableEnrichments[(AdjacencyListBase.this)#NodeT, Set]

Inherited by implicit conversion anyToNode from(AdjacencyListBase.this)#NodeSet to OuterNode[(AdjacencyListBase.this)#NodeSet]

Inherited by implicit conversion ChainingOps from(AdjacencyListBase.this)#NodeSet to ChainingOps[(AdjacencyListBase.this)#NodeSet]

Inherited by implicit conversion any2stringadd from(AdjacencyListBase.this)#NodeSet to any2stringadd[(AdjacencyListBase.this)#NodeSet]

Inherited by implicit conversion StringFormat from(AdjacencyListBase.this)#NodeSet to StringFormat[(AdjacencyListBase.this)#NodeSet]

Inherited by implicit conversion Ensuring from(AdjacencyListBase.this)#NodeSet to Ensuring[(AdjacencyListBase.this)#NodeSet]

Inherited by implicit conversion ArrowAssoc from(AdjacencyListBase.this)#NodeSet to ArrowAssoc[(AdjacencyListBase.this)#NodeSet]

Ungrouped