- getCache() - Static method in class lab.util.FibonacciStackFrame
-
Get the cache of already computed Fibonacci numbers.
- getCaller() - Method in class lab.util.FibonacciStackFrame
-
Get the creator of this call stack.
- getElement() - Method in class lab.util.Node
-
Get the data element stored in this node.
- getfMinus1() - Method in class lab.util.FibonacciStackFrame
-
Get the current value of fMinus1.
- getfMinus2() - Method in class lab.util.FibonacciStackFrame
-
Get the current value of fMinus2.
- getN() - Method in class lab.util.FibonacciStackFrame
-
Get the value of n.
- getNext() - Method in class lab.util.Node
-
Get the next node in the sequence.
- getSum() - Method in class lab.util.FibonacciStackFrame
-
Get the current value of the sum F(n) = F(n - 1) + F(n - 2).
- getTop() - Method in class lab.util.Stack
-
Returns the node at the top of the stack.