Package org.robovm.apple.modelio
Interface MDLObjectContainerComponent
- All Superinterfaces:
MDLComponent,NSFastEnumeration,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MDLObjectContainer
public interface MDLObjectContainerComponent extends MDLComponent, NSFastEnumeration
- Since:
- Available in iOS 9.0 and later.
-
Method Summary
Modifier and Type Method Description voidaddObject(MDLObject object)longgetCount()NSArray<MDLObject>getObjects()MDLObjectobjectAtIndexedSubscript(long index)voidremoveObject(MDLObject object)
-
Method Details
-
getCount
long getCount()- Since:
- Available in iOS 11.0 and later.
-
getObjects
-
addObject
-
removeObject
-
objectAtIndexedSubscript
- Since:
- Available in iOS 11.0 and later.
-