Declared in NSMutableArray+StackAdditions.h

Overview

NSMutableArray+StackAdditions adds a queue interface to NSMutableArrays

Tasks

Instance Methods

pop

Pop an item from the stack

- (id)pop

Discussion

Pop an item from the stack

Declared In

NSMutableArray+StackAdditions.h

push:

Push an item onto the stack

- (void)push:(id)item

Parameters

item

The item push

Discussion

Push an item onto the stack

Declared In

NSMutableArray+StackAdditions.h