Returns an Iterator over the RRsets in the zone.
()
| 504 | * Returns an Iterator over the RRsets in the zone. |
| 505 | */ |
| 506 | public Iterator |
| 507 | iterator() { |
| 508 | return new ZoneIterator(false); |
| 509 | } |
| 510 | |
| 511 | /** |
| 512 | * Returns an Iterator over the RRsets in the zone that can be used to |
no outgoing calls
no test coverage detected