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

Method unset

src/main/java/core/org/xbill/DNS/Options.java:82–87  ·  view source on GitHub ↗

Removes an option

(String option)

Source from the content-addressed store, hash-verified

80
81/** Removes an option */
82public static void
83unset(String option) {
84 if (table == null)
85 return;
86 table.remove(option.toLowerCase());
87}
88
89/** Checks if an option is defined */
90public static boolean

Callers 2

createRecordMethod · 0.95
createRecordMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by 2

createRecordMethod · 0.76
createRecordMethod · 0.76