MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / iterator

Method iterator

src/main/java/core/org/xbill/DNS/Zone.java:506–509  ·  view source on GitHub ↗

Returns an Iterator over the RRsets in the zone.

()

Source from the content-addressed store, hash-verified

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

Callers 15

findSunJVMMethod · 0.45
ZoneIteratorMethod · 0.45
fromXFRMethod · 0.45
toMasterFileMethod · 0.45
toArrayMethod · 0.45
toStringMethod · 0.45
mapToWireMethod · 0.45
toWireMethod · 0.45
TXTBaseMethod · 0.45
rrToStringMethod · 0.45
rrToWireMethod · 0.45
APLRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected