VisibleNodeImpl

class VisibleNodeImpl<T, P : Position<P>>(val node: Node<T>, val position: P) : VisibleNode<T, P>

Basic implementation of VisibleNode.

Constructors

Link copied to clipboard
constructor(node: Node<T>, position: P)

Properties

Link copied to clipboard
open override val node: Node<T>

The node seen.

Link copied to clipboard
open override val position: P

The position of the node.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String