Project:
dool
Class List
Class Hierarchy
Summary:
Ctors
Methods
Module
dool.Stack
Interface
StackInterface
Extend interfaces:
(
interface
StackInterface
Methods Summary
bit
isEmpty
()
int
count
()
void
push
(T element)
T
pop
()
T
peek
()
bit isEmpty()
int count()
void push(T element)
T pop()
T peek()