commercestoretax.ProductIdCollection

Collection wrapper class for Product Ids list.

Returns the list element stored at the specified index.

TypeDescription
String

Returns an instance of an iterator for this list.

TypeDescription
Iterator<String>

Returns the index of the first occurrence of the specified element in this list. If this list does not contain the element, returns -1.

TypeDescription
Integer