|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttotalcross.util.Hashtable
com.tekann.codegen.pda.util.LowerCaseHashtable
public class LowerCaseHashtable
A hashtable with its keys in lower case.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class totalcross.util.Hashtable |
|---|
totalcross.util.Hashtable.Entry |
| Field Summary |
|---|
| Fields inherited from class totalcross.util.Hashtable |
|---|
collisions, table |
| Constructor Summary | |
|---|---|
LowerCaseHashtable(int count)
Constructs the LowerCaseHashtable |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.String key)
Gets an item by the passed key. |
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
Puts an item in the passed key. |
| Methods inherited from class totalcross.util.Hashtable |
|---|
clear, copyInto, exists, get, get, get, get, getKeys, getKeyValuePairs, getValues, put, put, rehash, remove, remove, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LowerCaseHashtable(int count)
count - | Method Detail |
|---|
public java.lang.Object get(java.lang.String key)
key -
public java.lang.Object put(java.lang.String key,
java.lang.Object value)
key - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||