CartDeliveryGroupMethodCollection

Collection of CartDeliveryGroupMethod objects.

Inheritance

CartDeliveryGroupMethodCollection

Returns the collection element stored at the specified index. return CartDeliveryGroupMethod

Returns an instance of an iterator for this collection.

Type

Iterator<CartDeliveryGroupMethod>

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