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

Method exactName

src/main/java/core/org/xbill/DNS/Cache.java:196–199  ·  view source on GitHub ↗
(Name name)

Source from the content-addressed store, hash-verified

194}
195
196private synchronized Object
197exactName(Name name) {
198 return data.get(name);
199}
200
201private synchronized void
202removeName(Name name) {

Callers 1

findElementMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected