We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08483fc commit 5cf7bb8Copy full SHA for 5cf7bb8
src/jokrey/utilities/simple/data_structure/stack/EvaluableStack.java
@@ -1,7 +1,6 @@
1
package jokrey.utilities.simple.data_structure.stack;
2
3
public interface EvaluableStack<E> extends Stack<E> {
4
- //debug or test functionality:
5
void println();
6
void push(E e, long sleep_at_some_point);
7
E pop(long sleep_at_some_point);
0 commit comments