IntList.set Method

Module: IntList

Definition

Sets an item of the IntList object.

void set(int index, int item)

Parameters

index int
in Index of the item to set.

item int
in item to set.

Exceptions

An error has occurred during Face Library execution.