This package can be used to create and manage collections of values.
There are several classes for manipulating lists of values as collections, queues, stacks and dictionaries.
There are regular versions of these classes and also generic versions which can verify whether the values in the collections are of a given type. |