|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable
relop.HashTableDup
class HashTableDup
A extension to Java's hash table that allows duplicate keys. http://mindprod.com/jgloss/hashtable.html
| Constructor Summary | |
|---|---|
HashTableDup()
|
|
| Method Summary | |
|---|---|
void |
add(SearchKey key,
Tuple value)
Maps the specified key to the specified value in this hashtable. |
Tuple[] |
getAll(SearchKey key)
Returns the values to which the specified key is mapped in this hashtable. |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
HashTableDup()
| Method Detail |
|---|
public void add(SearchKey key,
Tuple value)
public Tuple[] getAll(SearchKey key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||