The RecordEnumeration interface provides methods to traverse through a set of records in a record store. It keeps the record Ids of the records in a record store. This interface is implemented by calling the enumerateRecords() method of the RecordStore class. Some of the methods of the RecordEnumeration interface are as follows:
- nextRecord()
- nextRecordId()
- previousRecordId()
- rebuild()