JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
me.sbasalaev.staque.Stack
Packages that use
Stack
Package
Description
me.sbasalaev.staque
Stacks and queues with minimal interface.
Uses of
Stack
in
me.sbasalaev.staque
Subinterfaces of
Stack
in
me.sbasalaev.staque
Modifier and Type
Interface
Description
interface
Deque
<T>
Double-edged queue.
Methods in
me.sbasalaev.staque
that return
Stack
Modifier and Type
Method
Description
static <T>
Stack
<T>
Stack.
empty
()
Returns new stack that is initially empty.