public class Stack<T> extends Object
ArrayList with the
"top" of the stack at the end of the list.
This implementation only includes the basic stack operations and does not
extend any Java collection class or implement any interface. None of
the methods throw exceptions and peek and pop
return null if the stack is empty when they are called.
Copyright © 2016 The American National Corpus. All rights reserved.