org.moremotion.util
Class BooleanStack

java.lang.Object
  extended by org.moremotion.util.BooleanStack

public class BooleanStack
extends java.lang.Object

Version:
$Id: BooleanStack.java 51 2008-03-10 11:46:54Z erkan $

Constructor Summary
BooleanStack(int size)
          Creates a new instance of BoolStack
 
Method Summary
 void clear()
           
 boolean peek()
           
 boolean pop()
           
 void push(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanStack

public BooleanStack(int size)
Creates a new instance of BoolStack

Method Detail

push

public void push(boolean value)

pop

public boolean pop()

peek

public boolean peek()

clear

public void clear()


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.