public interface MDLObjectContainerComponent extends MDLComponent, NSFastEnumeration
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(MDLObject object) |
long |
count() |
MDLObject |
objectAtIndexedSubscript(long index) |
NSArray<? extends MDLObject> |
objects()
returns an array of this object's contained objects, aka children
|
void |
removeObject(MDLObject object) |
countByEnumeratingWithStateObjectsCountvoid addObject(MDLObject object)
NSArray<? extends MDLObject> objects()
void removeObject(MDLObject object)
long count()
MDLObject objectAtIndexedSubscript(long index)