stack<T> class
Constructors
- stack()
Properties
Methods
-
clear(
) → void -
contains(
TAGS tag) → bool -
count(
dynamic T) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
pop(
) → T -
push(
T element) → void -
remove(
dynamic T) → T -
removeAll(
dynamic T) → T -
top(
) → T -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited