indexOf abstract method

int indexOf(
  1. T child
)

Returns the index of child.

Implementation

int indexOf(T child);