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

Method size

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

Returns the number of (data) records

()

Source from the content-addressed store, hash-verified

173
174/** Returns the number of (data) records */
175public synchronized int
176size() {
177 return rrs.size() - nsigs;
178}
179
180/**
181 * Returns the name of the records

Callers 15

validateMethod · 0.95
removeRecordMethod · 0.95
clientHelloSampleMethod · 0.45
serverHelloSampleMethod · 0.45
configureFromListsMethod · 0.45
findSunJVMMethod · 0.45
safeAddRRMethod · 0.45
addRRMethod · 0.45
iteratorMethod · 0.45
firstMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls