The Stack class represents a last-in-first-out (LIFO) stack of generic items. It supports the usual push and pop operations, along with methods for peeking at the top item, testing if the stack is empty, and iterating through the items in LIFO order. All stack ope
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected