package javax.microedition.rms; public interface RecordEnumeration { int nextRecordId(); int numRecords(); }