net.sf.msplice.stack
Class SpliceElementStack
java.lang.Object
net.sf.msplice.stack.SpliceElementStack
public class SpliceElementStack
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpliceElementStack
public SpliceElementStack()
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.