|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
A mapping is the tagged variation of a set.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |