Interface StackKernel<T>
- Type Parameters:
T- type ofStackKernelentries
- All Known Subinterfaces:
Stack<T>
- All Known Implementing Classes:
Stack1L, Stack2, Stack3, StackSecondary
Last-in-first-out (LIFO) stack kernel component with primary methods. (Note:
by package-wide convention, all references are non-null.)
- Mathematical Model (abstract value and abstract invariant of this):
type StackKernel is modeled by string of T- Constructor(s) (initial abstract value(s) of this):
(): ensures this = <>- Iterator String (abstract value of ~this):
~this.seen * ~this.unseen = this
-
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface Standard
clear, newInstance, transferFrom
-
Method Details
-
push
-
pop
-
length
-