ELENA Standard Library
7.0
system'collections'

ArrayList



public class ArrayList
A weak indexable collection


system'collections'

BinaryHeap<T1>



public template BinaryHeap<T1>
A binary heap


system'collections'

Dictionary



public class Dictionary
A weak dictionary class


system'collections'

List



public class List
A list of objects


system'collections'

List<T1>



public template List<T1>
A strong-typed list


system'collections'

Map<T1,T2>



public template Map<T1,T2>
A strong-typed map template


system'collections'

Queue



public class Queue
A weak FIFO list


system'collections'

Queue<T1>



public template Queue<T1>
A strong-typed FIFO list template


system'collections'

SortedArrayList



public class SortedArrayList
A sorted weak list of key-value pairs


system'collections'

SortedList



public class SortedList
A sorted generic list of key value pairs


system'collections'

SortedList<T1,T2>



public template SortedList<T1,T2>
A sorted strong typed list of key-value pairs


system'collections'

SortedListEnumerator



public class SortedListEnumerator
A sorted collection enumerator


system'collections'

Stack



public class Stack
A weak LIFO list


system'collections'

Stack<T1>



public template Stack<T1>
A strong-typed LIFO list template


system'collections'

StackEnumerator



public class StackEnumerator
A weak stack enumerator


system'collections'

Tuple<T1>



public template Tuple<T1>
An immutable fixed-size collection of one elemenet


system'collections'

Tuple<T1,T2>



public template Tuple<T1,T2>
An immutable fixed-size collection of two elemenet


system'collections'

Tuple<T1,T2,T3>



public template Tuple<T1,T2,T3>
An immutable fixed-size collection of three elemenet


system'collections'

Tuple<T1,T2,T3,T4>



public template Tuple<T1,T2,T3,T4>
An immutable fixed-size collection of four elemenet


system'collections'

Tuple<T1,T2,T3,T4,T5>



public template Tuple<T1,T2,T3,T4,T5>
An immutable fixed-size collection of five elemenet


system'collections'

Tuple<T1,T2,T3,T4,T5,T6>



public template Tuple<T1,T2,T3,T4,T5,T6>
An immutable fixed-size collection of six elemenet


system'collections'

Union<T1,T2>



public template Union<T1,T2>


system'collections'

VarTuple<T1,T2>



public template VarTuple<T1,T2>
A variable fixed-size collection of two elemenet


system'collections'

VarTuple<T1,T2,T3>



public template VarTuple<T1,T2,T3>
A variable fixed-size collection of three elemenet


system'collections'

VarTuple<T1,T2,T3,T4>



public template VarTuple<T1,T2,T3,T4>
A variable fixed-size collection of four elemenet


system'collections'

VarTuple<T1,T2,T3,T4,T5>



public template VarTuple<T1,T2,T3,T4,T5>
A variable fixed-size collection of five elemenet


system'collections'

VarTuple<T1,T2,T3,T4,T5,T6>



public template VarTuple<T1,T2,T3,T4,T5,T6>
A variable fixed-size collection of six elemenet


ELENA Standard Library
7.0