MCPcopy Index your code
hub / github.com/apache/tomcat / add

Method add

java/org/apache/catalina/util/NetMaskSet.java:88–90  ·  view source on GitHub ↗

Adds a NetMask object to the set if the set does not contain it @param netmask The NetMask to add @return true if the object was added

(NetMask netmask)

Source from the content-addressed store, hash-verified

86 * @return true if the object was added
87 */
88 public boolean add(NetMask netmask) {
89 return netmasks.add(netmask);
90 }
91
92 /**
93 * Creates a NetMask object from the input string and adds it to the set.

Callers 1

addAllMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected