|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--brf.j2me.dynaworks.DataDictionary
The DataDictionary stores key/value pairs where the key is a string and the value can be any Java object. The dictionary allows easy access to data that is shared across pages. A DataDictionary basically is an Hashtable with extended search functionality.
| Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.util.Hashtable |
count, emptyEnumerator, emptyIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES |
| Constructor Summary | |
DataDictionary()
|
|
| Method Summary | |
java.util.Vector |
findValues(java.lang.Class cl)
Find an entries based on type of value. |
| Methods inherited from class java.util.Hashtable |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
| Constructor Detail |
public DataDictionary()
| Method Detail |
public java.util.Vector findValues(java.lang.Class cl)
cl - Class - requested class for return values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||