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

Method isEmpty

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

Tests if the set is empty. @return true if the set is empty, otherwise false

()

Source from the content-addressed store, hash-verified

116 * @return {@code true} if the set is empty, otherwise {@code false}
117 */
118 public boolean isEmpty() {
119 return netmasks.isEmpty();
120 }
121
122 /**
123 * Adds a {@link NetMask} list from a string input containing a comma-separated list of (hopefully valid)

Callers 15

setContentTypeMethod · 0.45
processMethod · 0.45
HPackHuffmanClass · 0.45
emitHeaderMethod · 0.45
doWriteMethod · 0.45
flushMethod · 0.45
runEvictionIfRequiredMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected