List, Queue, and Stack

list->contains

list->contains is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->first

list->first is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->insert

list->insert is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->insertFirst

list->insertFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->insertLast

list->insertLast is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->last

list->last is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->remove

list->remove is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->removeAll

list->removeAll is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->removeFirst

list->removeFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

list->removeLast

list->removeLast is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->first

queue->first is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->get

queue->get is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->insert

queue->insert is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->insertFrom

queue->insertFrom is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->insertLast

queue->insertLast is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->remove

queue->remove is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->removeFirst

queue->removeFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->size

queue->size is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

queue->unspool

queue->unspool is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

stack->first

stack->first is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

stack->get

stack->get is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

stack->insert

stack->insert is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

stack->insertFirst

stack->insertFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

stack->remove

stack->remove is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

stack->removeFirst

stack->removeFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.

stack->size

stack->size is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.