The most direct way of accessing data in a set S is by indexing into an array.

Example: Suppose a business has no more than 100 customers, with possible customer numbers 0..99.

Then a direct address table T can be constructed:

Customer numbers 0..99 double as array indexes.

Customer numbers are their own keys.