get

open operator override fun get(index: Int): InPlaceDoubleSubList(source)

Returns the window at the specified index.

Return

The window at the specified index.

Parameters

index

The index of the window to retrieve.

Throws

if the index is out of range.