Stack.java
interface Stack { public void push(Object o); public Object pop(); public boolean notEmpty(); }
Generated by
GNU enscript 1.6.3
.