KeySet Sample

Description

This program implements a key set using the default class, IKeySet. The program adds four elements to the key set and then removes one element by looking for a key. If an exception occurs, it displays the exception name and description.

Concept

This program is a sample to demonstrate the use of the default class IKeySet.

Task

This program uses a key set to store elements and remove an element by using its key.