Packages

class AdjacencyListNodeSet extends CC.GraphLikeNodeSet with CC.AdjacencyListBaseNodeSet

Linear Supertypes
CC.AdjacencyListBaseNodeSet, CC.GraphLikeNodeSet, CC.GraphNodeSet, CC.NodeSetToString, CC.SetToString[CC.NodeT], CC.NodeSet, ExtSetMethods[CC.NodeT], FilterableSet[CC.NodeT], Set[CC.NodeT], SetOps[CC.NodeT, Set, Set[CC.NodeT]], scala.collection.mutable.Shrinkable[CC.NodeT], scala.collection.mutable.Builder[CC.NodeT, Set[CC.NodeT]], scala.collection.mutable.Growable[CC.NodeT], Clearable, Cloneable[Set[CC.NodeT]], Cloneable, Set[CC.NodeT], Equals, SetOps[CC.NodeT, [_]Set[_], Set[CC.NodeT]], (CC.NodeT) => Boolean, Iterable[CC.NodeT], Iterable[CC.NodeT], IterableFactoryDefaults[CC.NodeT, [x]Set[x]], IterableOps[CC.NodeT, [_]Set[_], Set[CC.NodeT]], IterableOnceOps[CC.NodeT, [_]Set[_], Set[CC.NodeT]], IterableOnce[CC.NodeT], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdjacencyListNodeSet
  2. AdjacencyListBaseNodeSet
  3. GraphLikeNodeSet
  4. GraphNodeSet
  5. NodeSetToString
  6. SetToString
  7. NodeSet
  8. ExtSetMethods
  9. FilterableSet
  10. Set
  11. SetOps
  12. Shrinkable
  13. Builder
  14. Growable
  15. Clearable
  16. Cloneable
  17. Cloneable
  18. Set
  19. Equals
  20. SetOps
  21. Function1
  22. Iterable
  23. Iterable
  24. IterableFactoryDefaults
  25. IterableOps
  26. IterableOnceOps
  27. IterableOnce
  28. AnyRef
  29. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AdjacencyListNodeSet()

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[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  4. final def &~(that: Set[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  5. final def ++(that: IterableOnce[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  6. final def ++[B >: CC.NodeT](suffix: IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  7. final def ++=(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  8. final def +=(edge: CC.EdgeT): AdjacencyListNodeSet.this.type
    Attributes
    protected[scalax.collection]
    Definition Classes
    AdjacencyListNodeSetAdjacencyListBaseNodeSet
    Annotations
    @inline()
  9. final def +=(elem: CC.NodeT): AdjacencyListNodeSet.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  10. final def -(node: CC.NodeT): CC.NodeSetT
    Definition Classes
    GraphNodeSet → SetOps
  11. final def --=(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  12. final def -=(edge: CC.EdgeT): AdjacencyListNodeSet.this.type
    Attributes
    protected[scalax.collection]
    Annotations
    @inline()
  13. final def -=(elem: CC.NodeT): AdjacencyListNodeSet.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  14. 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()
  15. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def add(edge: CC.EdgeT): Boolean
    Attributes
    protected[scalax.collection]
  17. def add(node: CC.NodeT): Boolean
    Definition Classes
    AdjacencyListNodeSet → SetOps
    Annotations
    @inline()
  18. def addAll(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
    Definition Classes
    Growable
  19. final def addOne(node: CC.NodeT): AdjacencyListNodeSet.this.type
    Definition Classes
    AdjacencyListNodeSet → Growable
    Annotations
    @inline()
  20. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  21. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  22. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  23. def adjacencyListsToString: String
    Definition Classes
    NodeSet
  24. def andThen[A](g: (Boolean) => A): (CC.NodeT) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  25. final def apply(elem: CC.NodeT): Boolean
    Definition Classes
    SetOps → Function1
    Annotations
    @inline()
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def canEqual(that: Any): Boolean
    Definition Classes
    Set → Equals
  28. final def className: String
    Attributes
    protected
    Definition Classes
    NodeSetToString → Iterable
  29. def clear(): Unit
    Definition Classes
    GraphLikeNodeSet → Builder → Clearable
  30. def clone(): Set[CC.NodeT]
    Definition Classes
    SetOps → Cloneable → AnyRef
  31. final def coll: AdjacencyListNodeSet.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  32. def collect[B](pf: PartialFunction[CC.NodeT, B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  33. def collectFirst[B](pf: PartialFunction[CC.NodeT, B]): Option[B]
    Definition Classes
    IterableOnceOps
  34. val collection: ExtHashSet[CC.NodeT]
    Attributes
    protected
    Definition Classes
    AdjacencyListBaseNodeSet
  35. def compose[A](g: (A) => CC.NodeT): (A) => Boolean
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  36. def concat(that: IterableOnce[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
  37. def concat[B >: CC.NodeT](suffix: IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
  38. final def contains(node: CC.NodeT): Boolean
    Definition Classes
    AdjacencyListBaseNodeSet → SetOps
    Annotations
    @inline()
  39. def copy: CC.NodeSetT
    Attributes
    protected
    Definition Classes
    AdjacencyListBaseNodeSetGraphNodeSet
  40. def copyToArray[B >: CC.NodeT](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  41. def copyToArray[B >: CC.NodeT](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  42. def copyToArray[B >: CC.NodeT](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  43. def corresponds[B](that: IterableOnce[B])(p: (CC.NodeT, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  44. def count(p: (CC.NodeT) => Boolean): Int
    Definition Classes
    IterableOnceOps
  45. def diff(that: AnySet[CC.NodeT]): MSet[CC.NodeT]
    Definition Classes
    GraphLikeNodeSetNodeSet → SetOps → SetOps
  46. final def draw(random: Random): CC.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
    AdjacencyListBaseNodeSetNodeSetExtSetMethods
    Annotations
    @inline()
  47. def drop(n: Int): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  48. def dropRight(n: Int): Set[CC.NodeT]
    Definition Classes
    IterableOps
  49. def dropWhile(p: (CC.NodeT) => Boolean): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def empty: Set[CC.NodeT]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  51. 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
  52. 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
  53. 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
  54. 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
  55. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def equals(that: Any): Boolean
    Definition Classes
    Set → Equals → AnyRef → Any
  57. def exists(p: (CC.NodeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  58. def filter(pred: (CC.NodeT) => Boolean): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def filterInPlace(p: (CC.NodeT) => Boolean): AdjacencyListNodeSet.this.type
    Definition Classes
    SetOps
  60. def filterNot(pred: (CC.NodeT) => Boolean): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  61. 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
    AdjacencyListBaseNodeSetNodeSet
    Annotations
    @inline()
  62. def find(p: (CC.NodeT) => Boolean): Option[CC.NodeT]
    Definition Classes
    IterableOnceOps
  63. final def findElem[B](toMatch: B, correspond: (CC.NodeT, B) => Boolean): CC.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
    AdjacencyListBaseNodeSetExtSetMethods
    Annotations
    @inline()
  64. def findElem(elem: CC.NodeT): Option[CC.NodeT]
    Definition Classes
    ExtSetMethods
  65. def flatMap[B](f: (CC.NodeT) => IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  66. def flatten[B](implicit asIterable: (CC.NodeT) => IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  67. def fold[A1 >: CC.NodeT](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  68. def foldLeft[B](z: B)(op: (B, CC.NodeT) => B): B
    Definition Classes
    IterableOnceOps
  69. final def foldLeftOuter[B](z: B)(opNode: (B, N) => B): B

    Same as foldLeft except the second parameter of opNode.

    Same as foldLeft except the second parameter of opNode.

    opNode

    binary operator that is passed the cumulated value and an outer node.

    Definition Classes
    NodeSet
  70. def foldRight[B](z: B)(op: (CC.NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
  71. def forall(p: (CC.NodeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  72. def foreach[U](f: (CC.NodeT) => U): Unit
    Definition Classes
    IterableOnceOps
  73. def fromSpecific(coll: IterableOnce[CC.NodeT]): Set[CC.NodeT]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  74. 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
    AdjacencyListBaseNodeSetNodeSet
  75. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  76. def groupBy[K](f: (CC.NodeT) => K): Map[K, Set[CC.NodeT]]
    Definition Classes
    IterableOps
  77. def groupMap[K, B](key: (CC.NodeT) => K)(f: (CC.NodeT) => B): Map[K, Set[B]]
    Definition Classes
    IterableOps
  78. def groupMapReduce[K, B](key: (CC.NodeT) => K)(f: (CC.NodeT) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  79. def grouped(size: Int): Iterator[Set[CC.NodeT]]
    Definition Classes
    IterableOps
  80. def handleNotGentlyRemovable: Boolean
    Attributes
    protected
    Definition Classes
    GraphNodeSet
  81. def hashCode(): Int
    Definition Classes
    Set → AnyRef → Any
  82. def head: CC.NodeT
    Definition Classes
    IterableOps
  83. def headOption: Option[CC.NodeT]
    Definition Classes
    IterableOps
  84. def init: Set[CC.NodeT]
    Definition Classes
    IterableOps
  85. 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
    AdjacencyListBaseNodeSetNodeSet
  86. def inits: Iterator[Set[CC.NodeT]]
    Definition Classes
    IterableOps
  87. def intersect(that: Set[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
  88. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  89. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  90. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  91. def iterableFactory: IterableFactory[Set]
    Definition Classes
    Set → Set → Iterable → Iterable → IterableOps
  92. final def iterator: Iterator[CC.NodeT]
    Definition Classes
    AdjacencyListBaseNodeSet → IterableOnce
    Annotations
    @inline()
  93. def knownSize: Int
    Definition Classes
    SetOps → Growable → IterableOnce
  94. def last: CC.NodeT
    Definition Classes
    IterableOps
  95. def lastOption: Option[CC.NodeT]
    Definition Classes
    IterableOps
  96. def lazyZip[B](that: Iterable[B]): LazyZip2[CC.NodeT, B, AdjacencyListNodeSet.this.type]
    Definition Classes
    Iterable
  97. 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
    AdjacencyListBaseNodeSetNodeSet
  98. def map[B](f: (CC.NodeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  99. def mapResult[NewTo](f: (Set[CC.NodeT]) => NewTo): scala.collection.mutable.Builder[CC.NodeT, NewTo]
    Definition Classes
    Builder
  100. def max[B >: CC.NodeT](implicit ord: Ordering[B]): CC.NodeT
    Definition Classes
    IterableOnceOps
  101. def maxBy[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): CC.NodeT
    Definition Classes
    IterableOnceOps
  102. def maxByOption[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): Option[CC.NodeT]
    Definition Classes
    IterableOnceOps
  103. def maxOption[B >: CC.NodeT](implicit ord: Ordering[B]): Option[CC.NodeT]
    Definition Classes
    IterableOnceOps
  104. def min[B >: CC.NodeT](implicit ord: Ordering[B]): CC.NodeT
    Definition Classes
    IterableOnceOps
  105. def minBy[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): CC.NodeT
    Definition Classes
    IterableOnceOps
  106. def minByOption[B](f: (CC.NodeT) => B)(implicit cmp: Ordering[B]): Option[CC.NodeT]
    Definition Classes
    IterableOnceOps
  107. def minOption[B >: CC.NodeT](implicit ord: Ordering[B]): Option[CC.NodeT]
    Definition Classes
    IterableOnceOps
  108. 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
    AdjacencyListNodeSetGraphNodeSet
  109. 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
    AdjacencyListNodeSetGraphLikeNodeSet
  110. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  111. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  112. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  113. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  114. def newSpecificBuilder: scala.collection.mutable.Builder[CC.NodeT, Set[CC.NodeT]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  115. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  116. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  117. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  118. final def outerIterable: Iterable[N]

    Iterable over this NodeSet mapped to outer nodes.

    Iterable over this NodeSet mapped to outer nodes.

    Definition Classes
    NodeSet
    Annotations
    @inline()
  119. 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()
  120. def partition(p: (CC.NodeT) => Boolean): (Set[CC.NodeT], Set[CC.NodeT])
    Definition Classes
    IterableOps
  121. def partitionMap[A1, A2](f: (CC.NodeT) => Either[A1, A2]): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  122. def product[B >: CC.NodeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  123. def reduce[B >: CC.NodeT](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  124. def reduceLeft[B >: CC.NodeT](op: (B, CC.NodeT) => B): B
    Definition Classes
    IterableOnceOps
  125. def reduceLeftOption[B >: CC.NodeT](op: (B, CC.NodeT) => B): Option[B]
    Definition Classes
    IterableOnceOps
  126. def reduceOption[B >: CC.NodeT](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  127. def reduceRight[B >: CC.NodeT](op: (CC.NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
  128. def reduceRightOption[B >: CC.NodeT](op: (CC.NodeT, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  129. final def remove(edge: CC.EdgeT): Boolean
    Attributes
    protected[scalax.collection]
  130. def remove(node: CC.NodeT): Boolean
    Definition Classes
    GraphLikeNodeSet → SetOps
  131. def render(style: SetStyle, separator: String, withPrefix: Boolean)(implicit ord: Ordering[CC.NodeT]): String

    Sorts all nodes according to ord, concatenates them using separator, and prefixes and parenthesizes the result if withPrefix is true.

    Sorts all nodes according to ord, concatenates them using separator, and prefixes and parenthesizes the result if withPrefix is true.

    Definition Classes
    SetToString
  132. 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 using separator, and prefixes and parenthesizes the result unless prefix is blank.

    Sorts all nodes according to ord, concatenates them using separator, and prefixes and parenthesizes the result unless prefix is blank.

    Definition Classes
    SetToString
  133. def result(): Set[CC.NodeT]
    Definition Classes
    SetOps → Builder
  134. def reversed: Iterable[CC.NodeT]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  135. def scan[B >: CC.NodeT](z: B)(op: (B, B) => B): Set[B]
    Definition Classes
    IterableOps
  136. def scanLeft[B](z: B)(op: (B, CC.NodeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  137. def scanRight[B](z: B)(op: (CC.NodeT, B) => B): Set[B]
    Definition Classes
    IterableOps
  138. final def size: Int
    Definition Classes
    AdjacencyListBaseNodeSet → IterableOnceOps
    Annotations
    @inline()
  139. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  140. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  141. final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  142. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  143. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  144. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  145. def slice(from: Int, until: Int): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  146. def sliding(size: Int, step: Int): Iterator[Set[CC.NodeT]]
    Definition Classes
    IterableOps
  147. def sliding(size: Int): Iterator[Set[CC.NodeT]]
    Definition Classes
    IterableOps
  148. def span(p: (CC.NodeT) => Boolean): (Set[CC.NodeT], Set[CC.NodeT])
    Definition Classes
    IterableOps → IterableOnceOps
  149. def splitAt(n: Int): (Set[CC.NodeT], Set[CC.NodeT])
    Definition Classes
    IterableOps → IterableOnceOps
  150. def stepper[S <: Stepper[_]](implicit shape: StepperShape[CC.NodeT, S]): S
    Definition Classes
    IterableOnce
  151. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Set → Iterable
  152. def subsetOf(that: Set[CC.NodeT]): Boolean
    Definition Classes
    SetOps
  153. def subsets(): Iterator[Set[CC.NodeT]]
    Definition Classes
    SetOps
  154. def subsets(len: Int): Iterator[Set[CC.NodeT]]
    Definition Classes
    SetOps
  155. 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; 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
    GraphNodeSet
  156. def subtractAll(xs: IterableOnce[CC.NodeT]): AdjacencyListNodeSet.this.type
    Definition Classes
    Shrinkable
  157. final def subtractOne(node: CC.NodeT): AdjacencyListNodeSet.this.type
    Definition Classes
    AdjacencyListNodeSet → Shrinkable
    Annotations
    @inline()
  158. def sum[B >: CC.NodeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  159. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  160. def tail: Set[CC.NodeT]
    Definition Classes
    IterableOps
  161. def tails: Iterator[Set[CC.NodeT]]
    Definition Classes
    IterableOps
  162. def take(n: Int): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  163. def takeRight(n: Int): Set[CC.NodeT]
    Definition Classes
    IterableOps
  164. def takeWhile(p: (CC.NodeT) => Boolean): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  165. def tapEach[U](f: (CC.NodeT) => U): Set[CC.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  166. def to[C1](factory: Factory[CC.NodeT, C1]): C1
    Definition Classes
    IterableOnceOps
  167. def toArray[B >: CC.NodeT](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  168. final def toBuffer[B >: CC.NodeT]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  169. def toIndexedSeq: IndexedSeq[CC.NodeT]
    Definition Classes
    IterableOnceOps
  170. def toList: List[CC.NodeT]
    Definition Classes
    IterableOnceOps
  171. def toMap[K, V](implicit ev: <:<[CC.NodeT, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  172. 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
  173. def toSeq: Seq[CC.NodeT]
    Definition Classes
    IterableOnceOps
  174. def toSet[B >: CC.NodeT]: Set[B]
    Definition Classes
    IterableOnceOps
  175. def toString(): String
    Definition Classes
    Set → Function1 → Iterable → AnyRef → Any
  176. def toVector: Vector[CC.NodeT]
    Definition Classes
    IterableOnceOps
  177. def transpose[B](implicit asIterable: (CC.NodeT) => Iterable[B]): Set[Set[B]]
    Definition Classes
    IterableOps
  178. final def union(that: Set[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  179. def unzip[A1, A2](implicit asPair: (CC.NodeT) => (A1, A2)): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  180. def unzip3[A1, A2, A3](implicit asTriple: (CC.NodeT) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
    Definition Classes
    IterableOps
  181. def update(elem: CC.NodeT, included: Boolean): Unit
    Definition Classes
    SetOps
  182. final def upsert(edge: CC.EdgeT): Boolean
    Attributes
    protected[scalax.collection]
  183. def view: View[CC.NodeT]
    Definition Classes
    IterableOps
  184. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  185. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  186. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  187. def withFilter(p: (CC.NodeT) => Boolean): WithFilter[CC.NodeT, [_]Set[_]]
    Definition Classes
    IterableOps
  188. def withSetFilter(p: (CC.NodeT) => Boolean): Set[CC.NodeT] with FilterableSet[CC.NodeT]
    Definition Classes
    FilterableSet
  189. def zip[B](that: IterableOnce[B]): Set[(CC.NodeT, B)]
    Definition Classes
    IterableOps
  190. def zipAll[A1 >: CC.NodeT, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
    Definition Classes
    IterableOps
  191. def zipWithIndex: Set[(CC.NodeT, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  192. final def |(that: Set[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. 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

  1. 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

  2. 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

  3. 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

  4. 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 ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

  5. 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

  6. def --(that: IterableOnce[CC.NodeT]): Set[CC.NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Set

  7. 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 --= aka subtractAll instead of varargs -=; infix operations with an operand of multiple args will be deprecated

  8. 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

  9. 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 /:

  10. 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

  11. 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 :\

  12. 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. Use foldLeft(z)(seqop) instead.

  13. 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

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

    (Since version 2.13.0) Use iterableFactory instead

  15. 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

  16. 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

  17. 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

  18. 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

  19. 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

  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  21. 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

  22. 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

  23. 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

  24. 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

  25. 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

  26. 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

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

  28. 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 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.

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

  30. 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

  31. 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

  32. 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

  33. 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

  34. 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

  35. 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

  36. 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

  37. 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

  38. 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

  39. 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

  40. 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

  41. 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

  42. 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

  43. 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

  44. 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

  45. 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

  46. 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

  47. 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

  48. final def retain(p: (CC.NodeT) => Boolean): Unit
    Definition Classes
    SetOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use filterInPlace instead

  49. 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

  50. def seq: AdjacencyListNodeSet.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  51. 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

  52. 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

  53. 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

  54. 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

  55. 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

  56. 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

  57. 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

  58. 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 or toSeq, but it doesn't copy non-immutable collections

  59. 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

  60. final def toIterator: Iterator[CC.NodeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  61. 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

  62. 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

  63. 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

  64. 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

  65. 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

  66. final def toStream: Stream[CC.NodeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  67. 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

  68. 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 or toSeq, but it doesn't copy non-immutable collections

  69. 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

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

  71. 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

  72. 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.

Inherited from CC.AdjacencyListBaseNodeSet

Inherited from CC.GraphLikeNodeSet

Inherited from CC.GraphNodeSet

Inherited from CC.NodeSetToString

Inherited from CC.SetToString[CC.NodeT]

Inherited from CC.NodeSet

Inherited from ExtSetMethods[CC.NodeT]

Inherited from FilterableSet[CC.NodeT]

Inherited from Set[CC.NodeT]

Inherited from SetOps[CC.NodeT, Set, Set[CC.NodeT]]

Inherited from scala.collection.mutable.Shrinkable[CC.NodeT]

Inherited from scala.collection.mutable.Builder[CC.NodeT, Set[CC.NodeT]]

Inherited from scala.collection.mutable.Growable[CC.NodeT]

Inherited from Clearable

Inherited from Cloneable[Set[CC.NodeT]]

Inherited from Cloneable

Inherited from Set[CC.NodeT]

Inherited from Equals

Inherited from SetOps[CC.NodeT, [_]Set[_], Set[CC.NodeT]]

Inherited from (CC.NodeT) => Boolean

Inherited from Iterable[CC.NodeT]

Inherited from Iterable[CC.NodeT]

Inherited from IterableFactoryDefaults[CC.NodeT, [x]Set[x]]

Inherited from IterableOps[CC.NodeT, [_]Set[_], Set[CC.NodeT]]

Inherited from IterableOnceOps[CC.NodeT, [_]Set[_], Set[CC.NodeT]]

Inherited from IterableOnce[CC.NodeT]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromCC.AdjacencyListNodeSet to IterableOnceExtensionMethods[CC.NodeT]

Inherited by implicit conversion any2stringadd fromCC.AdjacencyListNodeSet to any2stringadd[CC.AdjacencyListNodeSet]

Inherited by implicit conversion StringFormat fromCC.AdjacencyListNodeSet to StringFormat[CC.AdjacencyListNodeSet]

Inherited by implicit conversion Ensuring fromCC.AdjacencyListNodeSet to Ensuring[CC.AdjacencyListNodeSet]

Inherited by implicit conversion ArrowAssoc fromCC.AdjacencyListNodeSet to ArrowAssoc[CC.AdjacencyListNodeSet]

Ungrouped