Class ORecordIteratorClassDescendentOrder<REC extends ORecord>

All Implemented Interfaces:
Iterable<REC>, Iterator<REC>

public class ORecordIteratorClassDescendentOrder<REC extends ORecord> extends ORecordIteratorClass<REC>
Record iterator to browse records in inverse order: from last to the first.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)