Package goldman.collection.tagged.set

A mapping is the tagged variation of a set.

See:
          Description

Interface Summary
Mapping<K,E> The Mapping ADT, is a tagged variation of the Set ADT.
 

Class Summary
DirectAddressingMapping<K,V> A tagged version of a directed addressing.
OpenAddressingMapping<K,V> A tagged version of a open addressing.
SeparateChainingMapping<K,V> A tagged version of a separate chaining.
 

Exception Summary
KeyAlreadyInUseException The KeyAlreadyInUseException is thrown by a set data structure when there is an attempt to insert a tagged element in which the key (tag) is equivalent to the key of a tagged element held in the collection.
 

Package goldman.collection.tagged.set Description

A mapping is the tagged variation of a set.