MCPcopy 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

mainMethod · 0.45
test_listsMethod · 0.45
testIsEmptyMethod · 0.45
testSubListMethod · 0.45
testStepIntMethod · 0.45
testArrayClassMethod · 0.45
testStatementClassMethod · 0.45

Calls

no outgoing calls

Tested by 15

testIsEmptyMethod · 0.36
testSubListMethod · 0.36
testStepIntMethod · 0.36
testArrayClassMethod · 0.36
testStatementClassMethod · 0.36
testIsEmptyOnNewMethod · 0.36
testAddFirstMethod · 0.36