CartValidationOutputCollection
Collection of CartValidationOutput objects.
Inheritance
CartValidationOutputCollection
Returns the collection element stored at the specified index. return CartValidationOutput
Returns an instance of an iterator for this collection.
Type
Iterator<CartValidationOutput>
Description
Returns the index of the first occurrence of the specified element in this collection. If this collection does not contain the element, returns -1.
Type
Integer
Description
Returns the number of elements in the collection.
Type
Integer
Description
Returns true if the collection has zero elements.
Type
Boolean
Description
Adds an element to the collection.
Type
void
Description
Removes an element from the collection.
Type
void
Description