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