Containers

HOOPS Access provides classes for managing collections of objects. These collection classes provide a convenient and robust mechanism for the handling of dynamically expandable sets of objects.

The IntVector class provides a vector of signed integers.

The List Class provides an array of objects which are randomly accessible by index.

The HashTable class maintains a one-to-one correspondence between a set of integer keys and a set of objects.

The IntHashTable class store integer data with keys similar to the manner in which HashTable modules store objects.