commercestoretax.ProductIdCollection

Collection wrapper class for Product Ids list.

Methods 

global String get(Integer index) 

Returns the list element stored at the specified index.

Returns 

TypeDescription
String

global Iterator<String> iterator() 

Returns an instance of an iterator for this list.

Returns 

TypeDescription
Iterator<String>

global Integer indexOf(String dto) 

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

Returns 

TypeDescription
Integer

global String getFromList(Integer index) 

global Iterator<String> getIterator() 

global Integer size() 

global Boolean isEmpty() 

global Integer getIndexOf(String productId) 

global Boolean equals(Object obj) 

global Integer hashCode() 


Newer Version Available

This content describes an older version of this product. View Latest

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!