MCPcopy Index your code
hub / github.com/apache/groovy / iterator

Method iterator

src/main/java/groovy/lang/MetaClassRegistry.java:115–115  ·  view source on GitHub ↗

Gets a snapshot of the current constant metaclasses and returns it as Iterator. Modifications done using this Iterator will not cause a ConcurrentModificationException. If a MetaClass is removed using this Iterator, then the MetaClass will only be removed if the MetaClass was not replaced by another

()

Source from the content-addressed store, hash-verified

113 * @return Iterator for the constant metaclasses
114 */
115 Iterator iterator();
116
117 /**
118 * Class used as base for the creation of MetaClass implementations.

Callers 15

mainMethod · 0.65
possibleMovesMethod · 0.65
mainMethod · 0.65
iteratorMethod · 0.65
directoriesMethod · 0.65
addConfiguredMethod · 0.65
initializeMethod · 0.65
removeMethodMethod · 0.65
purgeClassCacheMethod · 0.65
retrieveConstructorsMethod · 0.65

Implementers 1

MetaClassRegistryImplsrc/main/java/org/codehaus/groovy/runt

Calls

no outgoing calls

Tested by 15

runMethod · 0.52
startFrameworkMethod · 0.52
iteratorMethod · 0.52
testIterateMethod · 0.52
testIteratorMethod · 0.52
testIteratorRemoveMethod · 0.52
testIteratorMethod · 0.52
testIteratorExceptionMethod · 0.52
testIteratorAndStep1Method · 0.52