public class StackFactory
extends java.lang.Object
This class is used for its factory method getStack.
getStack chooses a random number between 0 and 2 inclusive.
It returns a LinkedStack, StackWithTopPointer, or StackShifter
depending on the random selection. Each of these classes is an
implementation of the abstract Stack class.