biz.onixs.fix.fast.util
Interface Stack<E>

All Known Implementing Classes:
FixedStack

public interface Stack<E>


Method Summary
 boolean isEmpty()
           
 boolean isFull()
           
 E peek()
           
 E pop()
           
 void push(E item)
           
 

Method Detail

push

void push(E item)

pop

E pop()

peek

E peek()

isEmpty

boolean isEmpty()

isFull

boolean isFull()


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.