Hashtable Interface to MIDP RecordStore
The javax.microedition.rms package provides the Record Management System (RMS) implementation. It is a kind of DBMS, but its API doesnot resemble JDBC or any of other J2SE APIs. The primary concept of RMS is the RecordStore. The RecordStore element is the Record, and Record's essence is a byte array. I have created a special adaptor to the RMS. It doesnot cover all the …