|
MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordComparator | |
|---|---|
| javax.microedition.rms | The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. |
| Uses of RecordComparator in javax.microedition.rms |
|---|
| Methods in javax.microedition.rms with parameters of type RecordComparator | |
|---|---|
RecordEnumeration |
RecordStore.enumerateRecords(RecordFilter filter,
RecordComparator comparator,
boolean keepUpdated)
Returns an enumeration for traversing a set of records in the record store in an optionally specified order. |
RecordEnumeration |
RecordStore.enumerateRecords(RecordFilter filter,
RecordComparator comparator,
boolean keepUpdated,
int[] tags)
Returns an enumeration for traversing a set of records in the record store in an optionally specified order. |
|
MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||