net.sf.msplice.stack
Class SpliceElementStack

java.lang.Object
  extended by net.sf.msplice.stack.SpliceElementStack

public class SpliceElementStack
extends java.lang.Object


Constructor Summary
SpliceElementStack()
           
 
Method Summary
 boolean empty()
           
 ISpliceElement get()
           
 java.util.Iterator iterator()
           
 ISpliceElement peek()
           
 java.lang.Object peek(int index)
           
 ISpliceElement pop()
           
 java.lang.Object push(ISpliceElement spliceElement)
           
 ISpliceElement remove()
           
 int search(java.lang.Object arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpliceElementStack

public SpliceElementStack()
Method Detail

iterator

public java.util.Iterator iterator()

empty

public boolean empty()

get

public ISpliceElement get()

peek

public ISpliceElement peek()
                    throws java.util.EmptyStackException
Throws:
java.util.EmptyStackException

peek

public java.lang.Object peek(int index)
                      throws java.util.EmptyStackException
Throws:
java.util.EmptyStackException

pop

public ISpliceElement pop()
                   throws java.util.EmptyStackException
Throws:
java.util.EmptyStackException

push

public java.lang.Object push(ISpliceElement spliceElement)

remove

public ISpliceElement remove()

search

public int search(java.lang.Object arg0)


Copyright © 2005 SourceForge.net. All Rights Reserved.