Class StackFactory


  • public class StackFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StackFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <X> java.util.Stack<X> newStack()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StackFactory

        public StackFactory()
    • Method Detail

      • newStack

        public static <X> java.util.Stack<X> newStack()