IntervalList.Interval


The interval holder.

See also
get

Summary

Public properties

Int

The amount of items in the interval.

Cmn
Int

The index of the first item in the interval.

Cmn
T

The value representing this interval.

Cmn

Public properties

size

val sizeInt

The amount of items in the interval.

startIndex

val startIndexInt

The index of the first item in the interval.

value

val value: T

The value representing this interval.