public interface Stak { public void lægPå(Object o); public Object tagAf(); }