operator [] abstract method

Fragment operator [](
  1. int index
)

Returns a Fragment for the value at the given index.

Implementation

Fragment operator [](int index);