SeekMap.SeekPoints


class SeekMap.SeekPoints


Contains one or two SeekPoints.

Summary

Public constructors

SeekPoints(first: SeekPoint!, second: SeekPoint!)

Public functions

Boolean
equals(obj: Any?)
Int
String!

Public properties

SeekPoint!

The first seek point.

SeekPoint!

The second seek point, or first if there's only one seek point.

Public constructors

SeekPoints

SeekPoints(point: SeekPoint!)
Parameters
point: SeekPoint!

The single seek point.

SeekPoints

SeekPoints(first: SeekPoint!, second: SeekPoint!)
Parameters
first: SeekPoint!

The first seek point.

second: SeekPoint!

The second seek point.

Public functions

equals

fun equals(obj: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String!

Public properties

first

val firstSeekPoint!

The first seek point.

second

val secondSeekPoint!

The second seek point, or first if there's only one seek point.