MCPcopy Create free account
hub / github.com/apache/tomcat / isEmpty

Method isEmpty

java/org/apache/tomcat/dbcp/dbcp2/Utils.java:241–243  ·  view source on GitHub ↗
(final Collection<?> collection)

Source from the content-addressed store, hash-verified

239 }
240
241 static boolean isEmpty(final Collection<?> collection) {
242 return collection == null || collection.isEmpty();
243 }
244
245 /**
246 * Converts the given String to a char[].

Callers 14

setConnectionInitSqlsMethod · 0.95
passivateMethod · 0.95
initializeConnectionMethod · 0.95
checkSqlCodesMethod · 0.45
validateMethod · 0.45
closeMethod · 0.45
prepareToReturnMethod · 0.45
closeAllMethod · 0.45
evictMethod · 0.45
borrowObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected