Uses of Interface
org.openejb.util.Stack

Packages that use Stack
org.openejb.util The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
 

Uses of Stack in org.openejb.util
 

Classes in org.openejb.util that implement Stack
 class ArrayStack
          Unsynchronized Stack.
 class LinkedListStack
          A First In First Out (FIFO) queue, also known as a Stack.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.