Class TreemapStack

Description

provides LIFO stack semantics

Located in /extensions/treemap_reporter/treemap_recorder.php (line 261)


	
			
Variable Summary
 mixed $_list
Method Summary
 TreemapStack TreemapStack ()
 void peek ()
 void pop ()
 void push ( $node)
 void size ()
Variables
mixed $_list (line 262)
Methods
Constructor TreemapStack (line 264)
TreemapStack TreemapStack ()
peek (line 286)

Take a peek at the top element on the stack.

void peek ()
pop (line 293)

Pops an element off the stack.

void pop ()
push (line 271)

Push an element onto the stack.

void push ( $node)
  • $node
size (line 278)

Number of elements in the stack.

void size ()

Documentation generated on Sun, 04 May 2008 09:22:20 -0500 by phpDocumentor 1.3.0