structs/Stack

class Stack<T>
extends:Iterable<T>
static method newStack<T>
method init
method push(element: T)
method pop → T
method peek → T
method peek~index(index: Int) → T
method indexOf(element: T)Int
method sizeInt
method isEmptyBool
method lastIndexInt
method clear
method iteratorIterator<T>
dataArrayList<T>

This Page