Description: In the first article of this series, we answered several common questions regarding persistent storage (Record Management System) within MIDP:Can record stores be shared among MIDlets? Can record id\'s be re-used? How do you use the Enumeration class?We concluded the previous article with a MIDlet that showed how one might use the Enumeration class to move through records in persistent storage. As an extension of that example, this article will address how to use an enumeration to sort and search records within the record store.