JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.junit.platform.launcher.tagexpression
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
boolean
isEmpty
()
T
peek
()
T
pop
()
void
push
(
T
t)
int
size
()
Method Details
push
void
push
(
T
t)
peek
T
peek
()
pop
T
pop
()
isEmpty
boolean
isEmpty
()
size
int
size
()