Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ isEmpty
Method
isEmpty
src/main/java/groovy/util/ConfigObject.java:340–343 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
338
339
/** {@inheritDoc} */
340
@Override
341
public
boolean isEmpty() {
342
return
delegateMap.isEmpty();
343
}
344
345
/** {@inheritDoc} */
346
@Override
Callers
15
main
Method · 0.45
test_lists
Method · 0.45
testIsEmpty
Method · 0.45
testSubList
Method · 0.45
testStepInt
Method · 0.45
testMethodHandleIsInvokable
Method · 0.45
testNoZeroParamMethodsInRecords
Method · 0.45
testDgmMethodRecordRoundTrip
Method · 0.45
testNullInput_returnsEmpty
Method · 0.45
testArrayClass
Method · 0.45
testPermittedSubclasses
Method · 0.45
testStatementClass
Method · 0.45
Calls
no outgoing calls
Tested by
15
testIsEmpty
Method · 0.36
testSubList
Method · 0.36
testStepInt
Method · 0.36
testMethodHandleIsInvokable
Method · 0.36
testNoZeroParamMethodsInRecords
Method · 0.36
testDgmMethodRecordRoundTrip
Method · 0.36
testNullInput_returnsEmpty
Method · 0.36
testArrayClass
Method · 0.36
testPermittedSubclasses
Method · 0.36
testStatementClass
Method · 0.36
testIsEmptyOnNew
Method · 0.36
testAddFirst
Method · 0.36