ELENA Standard Library
7.0
system'collections'

ArrayList



public class ArrayList


system'collections'

ArrayListIndexer



public class ArrayListIndexer


system'collections'

Dictionary



public class Dictionary


system'collections'

List



public class List


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


system'collections'

Queue<T1>



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


system'collections'

SortedArrayList



public class SortedArrayList


system'collections'

SortedList



public class SortedList


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


system'collections'

SortedListIndexer



public class SortedListIndexer


system'collections'

Stack



public class Stack


system'collections'

Stack<T1>



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


system'collections'

StackEnumerator



public class StackEnumerator


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'

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