All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.simple.ref.SequenceStack

java.lang.Object
   |
   +----jdsl.simple.ref.SequenceStack

public class SequenceStack
extends Object
implements Stack

Constructor Index

 o SequenceStack()
 o SequenceStack(Object)

Method Index

 o isEmpty()
 o pop()
 o push(Object)
 o size()
 o top()

Constructors

 o SequenceStack
 public SequenceStack()
 o SequenceStack
 public SequenceStack(Object o)

Methods

 o size
 public int size()
 o isEmpty
 public boolean isEmpty()
 o push
 public void push(Object obj)
 o top
 public Object top() throws StackEmptyException
 o pop
 public Object pop() throws StackEmptyException

All Packages  Class Hierarchy  This Package  Previous  Next  Index