CartExtension.CartDeliveryGroupMethodList

List of CartExtension.CartDeliveryGroupMethod objects.

Returns the list element stored at the specified index. return CartExtension.CartDeliveryGroupMethod

Returns an instance of an iterator for this list.

TypeDescription
Iterator<CartDeliveryGroupMethod>

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

Inherited

Returns the number of elements in the list.

TypeDescription
Integer

Inherited

Returns true if the list has zero elements.

TypeDescription
Boolean

Inherited

Adds an element to the list.

TypeDescription
void

Inherited

Removes an element from the list.

TypeDescription
void

Inherited

Removes all elements from a list, consequently setting the list's length to zero.

TypeDescription
void