Library Mobile API Reference for iPad
MicroStrategy 2019
|
#import <Stack.h>
Instance Methods | |
(void) | - push: |
(id) | - pop |
(id) | - peek |
(Stack *) | - initWithCapacity: |
(NSInteger) | - count |
(BOOL) | - isEmpty |
Protected Attributes | |
NSMutableArray * | array |
- (NSInteger) count |
- (Stack*) initWithCapacity: | (int) | capacity |
- (BOOL) isEmpty |
- (id) peek |
- (id) pop |
- (void) push: | (id) | object |
|
protected |