Package | Description |
---|---|
net.datastructures |
Modifier and Type | Method and Description |
---|---|
E |
NodeStack.pop() |
E |
Stack.pop()
Remove the top element from the stack.
|
E |
ArrayStack.pop()
Removes the top element from the stack.
|
E |
NodeStack.top() |
E |
Stack.top()
Inspect the element at the top of the stack.
|
E |
ArrayStack.top()
Inspects the element at the top of the stack.
|