OBStack

Open source Cocoa implementation of a stack data structure
Download

OBStack Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Ole Begemann
  • Publisher web site:
  • http://oleb.net/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 22 KB

OBStack Tags


OBStack Description

Open source Cocoa implementation of a stack data structure OBStack is a very simple and open source implementation of a stack data structure (last in, first out) in Cocoa.It supports the following operations: · push: push a new object onto the stack. · op: retrieve the topmost object and remove it from the stack. · top: retrieve the topmost object without removing it from the stack. · length/height/count: the number of items on the stack. · isEmpty: a boolean value if the stack is currently empty.Internally, OBStack encapsulates a NSMutableArray to hold the stack objects.


OBStack Related Software