MCPcopy
hub / github.com/jOOQ/jOOQ / isNotEmpty

Method isNotEmpty

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

Source from the content-addressed store, hash-verified

6849 }
6850
6851 static final boolean isNotEmpty(Collection<?> collection) {
6852 return !isEmpty(collection);
6853 }
6854
6855 static final boolean isEmpty(Collection<?> collection) {
6856 return collection == null || collection.isEmpty();

Callers 6

acceptMethod · 0.95
pushWindowMethod · 0.95
toSQLReference0Method · 0.95
acceptWindowMethod · 0.95
visitMethod · 0.95
acceptMethod · 0.95

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected