Developer Preview
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
List of CartExtension.CartDeliveryGroupMethodAdj objects.
Returns the list element stored at the specified index. return CartExtension.CartDeliveryGroupMethodAdj
Returns an instance of an iterator for this list.
| Type | Description |
|---|---|
Iterator<CartDeliveryGroupMethodAdj> |
Returns the index of the first occurrence of the specified element in this list. If this list does not contain the element, returns -1.
| Type | Description |
|---|---|
Integer |
Returns the number of elements in the list.
| Type | Description |
|---|---|
Integer |
Returns true if the list has zero elements.
| Type | Description |
|---|---|
Boolean |
Adds an element to the list.
| Type | Description |
|---|---|
void |
Removes an element from the list.
| Type | Description |
|---|---|
void |
Removes all elements from a list, consequently setting the list’s length to zero.
| Type | Description |
|---|---|
void |
Developer Preview