TermMatch

class TermMatch(val position: Int, val startOffset: Int, val endOffset: Int)

Encapsulates a term position, start and end offset

Constructors

Link copied to clipboard
constructor(position: Int, startOffset: Int, endOffset: Int)

Properties

Link copied to clipboard

The end offset

Link copied to clipboard

The position

Link copied to clipboard

The start offset

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