Collections and Sequences

Pairs, arrays, static arrays, lists, queues, stacks, maps, sets, iteration, and queryable data.

Subcategories

Array and Staticarray 27Collection Types 8List, Queue, and Stack 26Map and Set 13

Reference Pages

array->+

array->+ is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array->asStaticArray

array->asStaticArray is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array->count

array->count is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array->find

array->find is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array->findPosition

array->findPosition is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array->removeAll

array->removeAll is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array->second

array->second is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array->size

array->size is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->+

staticarray->+ is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->contains

staticarray->contains is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->find

staticarray->find is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->findPosition

staticarray->findPosition is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->first

staticarray->first is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->get

staticarray->get is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->join

staticarray->join is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->last

staticarray->last is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->second

staticarray->second is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

staticarray->sub

staticarray->sub is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.

array

Stores ordered values.

list

Linked-list collection.

map

Stores keyed values.

pair

Stores a name/value or first/second pair.

queue

First-in first-out collection.

set

Stores unique keys.

stack

Last-in first-out collection.

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.

map->get

map->get is a member in the Map and Set group; call it on the receiver shown before the arrow.

map->remove

map->remove is a member in the Map and Set group; call it on the receiver shown before the arrow.

map->removeAll

map->removeAll is a member in the Map and Set group; call it on the receiver shown before the arrow.

set->find

set->find is a member in the Map and Set group; call it on the receiver shown before the arrow.

set->get

set->get is a member in the Map and Set group; call it on the receiver shown before the arrow.

set->remove

set->remove is a member in the Map and Set group; call it on the receiver shown before the arrow.

set->removeAll

set->removeAll is a member in the Map and Set group; call it on the receiver shown before the arrow.