indexOf64

indexOf64(value: MemberType): Integer64 abstract;

The indexOf64 method of the Collection class returns the index of the entry specified in the value parameter if it exists in the collection as an Integer64 value or it returns zero (0) if it does not exist.

If the specified value occurs more than once in the collection, the index of the first occurrence is returned.