get

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

Subscript access to a Fragment object by index.

Parameters

index

The index. If the index value exceeds the bounds of the array, the MutableFragment object will represent a nil value.


open operator override fun get(key: String): MutableFragment(source)

Subscript access to a Fragment object by key.

Parameters

key

The key.