Interface Stack<T>
-
- All Known Implementing Classes:
DequeStack
interface Stack<T>- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()Tpeek()Tpop()voidpush(T t)intsize()
-