NodeRef

zhttp.clients.util.NodeRef$
See theNodeRef companion class
object NodeRef

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NodeRef.type

Members list

Concise view

Value members

Concrete methods

def apply[A](a: A, ref: Node[A], next: Node[A], orig: Node[A])(implicit ord: A => Ordered[A]): Node[A]
def constructEmpty[A](ref_first: Node[A], ref_last: Node[A])(implicit ord: A => Ordered[A]): NodeRef[A]
def constructEmptyEx[A](external_next_last: Node[A], ref_first: Node[A])(implicit ord: A => Ordered[A]): NodeRef[A]