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
()
| 113 | * @return Iterator for the constant metaclasses |
| 114 | */ |
| 115 | Iterator iterator(); |
| 116 | |
| 117 | /** |
| 118 | * Class used as base for the creation of MetaClass implementations. |
no outgoing calls