Class IntStack


  • public class IntStack
    extends Object
    A stack of integer primitives. This should be more efficient than a java.util.Stack
    • Constructor Detail

      • IntStack

        public IntStack()