Stack (Java Platform SE 7 ) - Oracle Help Center

Stack (Java Platform SE 7 ) - Oracle Help Center

瀏覽:699
日期:2026-04-18
The Stack class represents a last-in-first-out (LIFO) stack of objects. It extends class Vector with five operations that allow a vector to be treated as a stack. The usual push and pop operations are provided, as well as a method to peek at the top item ...看更多