contains

fun contains(point: Point): Boolean

Tests whether the given point is contained in the interval represented by this object.

Parameters

point

the point.


fun contains(range: Range?): Boolean

Tests whether the given range is contained in the interval represented by this object.

Parameters

range

the range


fun contains(node: Node): Boolean

Tests whether the given node is contained in the interval represented by this object.

Parameters

node

the node