Uses of Interface
org.vizzini.util.IStack

Packages that use IStack
org.vizzini.game.action Provides action classes for games in the game framework. 
org.vizzini.util Provides utility classes for the game framework. 
 

Uses of IStack in org.vizzini.game.action
 

Methods in org.vizzini.game.action that return IStack
protected  IStack ActionManager.createStack()
          Return a new IStack object.
 

Uses of IStack in org.vizzini.util
 

Classes in org.vizzini.util that implement IStack
 class LinkedListStack
          Provides a stack implementation based upon a LinkedList.
 class Stack
          Provides a stack implementation based upon a java.util.Stack.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02