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

Method rrs

src/main/java/core/org/xbill/DNS/RRset.java:154–157  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

152 * start with a different record.
153 */
154public synchronized Iterator
155rrs(boolean cycle) {
156 return iterator(true, cycle);
157}
158
159/**
160 * Returns an Iterator listing all (data) records. This cycles through

Callers 10

validateMethod · 0.95
nodeToStringMethod · 0.95
addCacheNSMethod · 0.95
addRRsetMethod · 0.80
addMethod · 0.80
deleteMethod · 0.80
replaceMethod · 0.80
markAdditionalMethod · 0.80
digestRRsetMethod · 0.80
processResponseMethod · 0.80

Calls 1

iteratorMethod · 0.95

Tested by

no test coverage detected