indexOf
indexOf(MathPortion item) method
Determines the index of a specific item in the List.
Parameters
| Name | Type | Description |
|---|---|---|
| item | MathPortion | The object to locate in the List. |
Returns
int
indexOf(Portion item) method
Determines the index of a specific item in the List.
Parameters
| Name | Type | Description |
|---|---|---|
| item | Portion | The object to locate in the List. |
Returns
int