Uses of Class
net.sf.magicproject.tools.IntegerList

Packages that use IntegerList
net.sf.magicproject.stack All classes manipulating stack and controlling the abilities/actions flow. 
net.sf.magicproject.tools Some utility classes. 
 

Uses of IntegerList in net.sf.magicproject.stack
 

Fields in net.sf.magicproject.stack declared as IntegerList
static IntegerList StackManager.intList
          The current integer list.
 

Fields in net.sf.magicproject.stack with type parameters of type IntegerList
static java.util.List<IntegerList> StackManager.SAVED_INT_LISTS
          All saved integer list.
 

Uses of IntegerList in net.sf.magicproject.tools
 

Methods in net.sf.magicproject.tools that return IntegerList
 IntegerList IntegerList.clone()
          Returns a shallow copy of this ArrayList instance.
 



Copyright © 2003-2007 Magic-Project. All Rights Reserved.