SeekMap.SeekPoints


public final class SeekMap.SeekPoints


Contains one or two SeekPoints.

Summary

Public fields

final SeekPoint

The first seek point.

final SeekPoint

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

Public constructors

SeekPoints(SeekPoint first, SeekPoint second)

Public methods

boolean
int
String

Public fields

first

public final SeekPoint first

The first seek point.

second

public final SeekPoint second

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

Public constructors

SeekPoints

public SeekPoints(SeekPoint point)
Parameters
SeekPoint point

The single seek point.

SeekPoints

public SeekPoints(SeekPoint first, SeekPoint second)
Parameters
SeekPoint first

The first seek point.

SeekPoint second

The second seek point.

Public methods

equals

public boolean equals(@Nullable Object obj)

hashCode

public int hashCode()

toString

public String toString()