MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.util
Class Stack

java.lang.Object
  extended by ch.ethz.mxquery.util.Stack

public class Stack
extends java.lang.Object

Implementation of a Stack based on a Vector.


Constructor Summary
Stack()
           
 
Method Summary
 int peek()
           
 int pop()
           
 void push(int depth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stack

public Stack()
Method Detail

push

public void push(int depth)

pop

public int pop()

peek

public int peek()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich