MCPcopy
hub / github.com/jOOQ/jOOQ / isEmpty

Method isEmpty

jOOQ/src/main/java/org/jooq/impl/Tools.java:6855–6857  ·  view source on GitHub ↗
(Collection<?> collection)

Source from the content-addressed store, hash-verified

6853 }
6854
6855 static final boolean isEmpty(Collection<?> collection) {
6856 return collection == null || collection.isEmpty();
6857 }
6858
6859 static final boolean isNotEmpty(Iterable<?> it) {
6860 return !isEmpty(it);

Callers 15

nameMethod · 0.95
quotedNameMethod · 0.95
unquotedNameMethod · 0.95
systemNameMethod · 0.95
ArrayTableEmulationMethod · 0.95
isNotEmptyMethod · 0.95
allNotNullMethod · 0.95
anyNotNullMethod · 0.95
nullableMethod · 0.95
nullSafeDataTypeMethod · 0.95
componentDataTypeMethod · 0.95
mostSpecificArrayMethod · 0.95

Calls 3

isEmptyMethod · 0.65
iteratorMethod · 0.65
hasNextMethod · 0.65

Tested by

no test coverage detected