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

Method clear

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

Deletes all Records from an RRset

()

Source from the content-addressed store, hash-verified

103
104/** Deletes all Records from an RRset */
105public synchronized void
106clear() {
107 rrs.clear();
108 position = 0;
109 nsigs = 0;
110}
111
112private synchronized Iterator
113iterator(boolean data, boolean cycle) {

Callers 15

smokeMethod · 0.45
findResolvConfMethod · 0.45
toWireMethod · 0.45
parseMethod · 0.45
findResolvConfMethod · 0.45
clearCacheMethod · 0.45
fromWireMethod · 0.45
fromStringMethod · 0.45
fromWireMethod · 0.45
fromStringMethod · 0.45
fromWireMethod · 0.45
fromStringMethod · 0.45

Calls

no outgoing calls

Tested by 1

smokeMethod · 0.36