Returns an Iterator listing all signature records
()
| 167 | |
| 168 | /** Returns an Iterator listing all signature records */ |
| 169 | public synchronized Iterator |
| 170 | sigs() { |
| 171 | return iterator(false, false); |
| 172 | } |
| 173 | |
| 174 | /** Returns the number of (data) records */ |
| 175 | public synchronized int |
no test coverage detected