The class GATTable is simply put a hashtable. It is a container for a set of key/value paris and maintains an internal mapping between a given key and its corresponding value. A given key may not be associated with more than one value.
GATTable