Returns an Iterator listing all (data) records. @param cycle If true, cycle through the records so that each Iterator will start with a different record.
(boolean cycle)
| 152 | * start with a different record. |
| 153 | */ |
| 154 | public synchronized Iterator |
| 155 | rrs(boolean cycle) { |
| 156 | return iterator(true, cycle); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Returns an Iterator listing all (data) records. This cycles through |
no test coverage detected